-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 KB
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
{
"name": "fujisan",
"version": "0.4.1",
"description": "",
"main": "lib/fujisan.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.5.3",
"eslint-config-airbnb": "^6.2.0",
"fs-extra": "^0.26.5",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-eslint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"mocha": "^2.4.5",
"mz": "^2.3.1",
"run-sequence": "^1.1.5",
"thenify": "^3.2.0",
"thenify-all": "^1.6.0",
"yadda": "^0.17.1"
},
"dependencies": {
"babel-preset-es2015": "^6.6.0",
"coffee-script": "^1.10.0",
"commonmark": "^0.24.0",
"deasync": "^0.1.4",
"ejs": "^2.4.1",
"gulp": "gulpjs/gulp.git#4.0",
"gulp-babel": "^6.1.2",
"gulp-chained-preprocessors": "^0.11.0",
"handlebars": "^4.0.5",
"jade": "^1.11.0",
"lodash": "^4.6.1",
"node-sass": "^3.4.2",
"require-dir": "^0.3.0",
"stream-combiner2": "^1.1.1",
"through2": "^2.0.1"
}
}