-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1023 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "static",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michael McFarland",
"dependencies": {
"debug": "^2.1.1",
"express": "^4.10.0",
"gaze": "^0.5.1",
"jade": "^1.7.0",
"jquery": "^2.1.3",
"jsdom": "^3.1.0",
"livereload": "^0.3.6",
"lodash": "^2.4.1",
"metalsmith": "^1.0.1",
"metalsmith-collections": "^0.6.0",
"metalsmith-drafts": "0.0.1",
"metalsmith-excerpts": "^1.0.0",
"metalsmith-feed": "0.0.5",
"metalsmith-filemetadata": "0.0.4",
"metalsmith-headings": "0.0.1",
"metalsmith-ignore": "^0.1.2",
"metalsmith-less": "^1.0.1",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-templates": "^0.6.0",
"minimist": "^1.1.0",
"moment": "^2.9.0",
"nodemon": "^1.3.5",
"promise": "^6.1.0",
"shelljs": "^0.3.0"
},
"devDependencies": {
"bootstrap": "^3.3.0"
}
}