-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.13 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "wintersmith-promised",
"version": "1.0.0",
"main": "./src/",
"author": {
"name": "Richard Domingo",
"email": "[email protected]"
},
"bin": {
"wintersmith": "./bin/wintersmith"
},
"scripts": {
"test": "mocha test/test-main",
"test-env": "mocha src-environment/test/test-main"
},
"dependencies": {
"bluebird": "^3.5.0",
"browserify-shim": "^3.8.14",
"chai": "^4.1.0",
"chalk": "~1.1.3",
"deep-diff": "^0.3.8",
"express": "^4.15.3",
"fs-jetpack": "^1.2.0",
"hat": "0.0.3",
"lodash": "^4.17.4",
"micromatch": "^3.0.4",
"mime": "~1.3.4",
"minimatch": "~3.0.3",
"minimist": "~1.2.0",
"mkdirp": "~0.5.1",
"ncp": "~2.0.0",
"npm": "~3.10.10",
"rimraf": "~2.5.4",
"riot": "^3.6.3",
"winston": "~2.3.0"
},
"description": "Based on Wintersmith, converted to Promise!",
"engine": {
"node": ">=0.8"
},
"keywords": [
"static",
"generator",
"markdown",
"wintersmith",
"promise"
],
"license": "MIT",
"devDependencies": {
"copy-dir": "^0.3.0",
"mv": "^2.1.1",
"node-delete": "^0.1.2"
}
}