forked from op3kitt/htmlddf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 859 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
{
"name": "DodontoF_html5cli",
"version": "0.1.4",
"description": "DodontoF.rb client build package",
"main": "gulpfile.js",
"dependencies": {
"ddf": ">0.5.6",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-watchify": "^0.7.0",
"gulp-plumber": "^1.1.0",
"uglifyify": "^4.0.5",
"minami": "^1.2.3",
"msgpack-lite": "^0.1.26",
"store": "^2.0.12",
"vinyl-buffer": "^1.0.0",
"watchify": "^3.9.0",
"del": "^3.0.0",
"store": "^2.0.12"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "kitt @ttikitt <[email protected]>",
"license": "MIT",
"directories": {
"doc": "doc"
}
}