-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
63 lines (63 loc) · 1.57 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
55
56
57
58
59
60
61
62
63
{
"name": "smild",
"version": "4.16.1",
"description": "The Javascript development system",
"repository": {
"type": "git",
"url": "https://github.com/mtfranchetto/smild"
},
"bin": "./dist/cli/smild.js",
"dependencies": {
"bluebird": "~3.4.7",
"browserify": "~13.1.1",
"chalk": "~1.1.3",
"commander": "~2.9.0",
"del": "~2.2.0",
"exorcist": "~1.0.1",
"express": "~4.15.2",
"gulp-autoprefixer": "~4.1.0",
"gulp-clean-css": "~2.0.10",
"gulp-concat": "~2.6.0",
"gulp-embedlr": "~0.5.2",
"gulp-livereload": "~3.8.1",
"gulp-mocha": "~3.0.1",
"gulp-replace": "~0.5.3",
"gulp-rev-all": "~0.9.7",
"gulp-run": "~1.7.1",
"gulp-sass": "~4.0.1",
"gulp-sourcemaps": "~1.6.0",
"gulp-streamify": "~1.0.2",
"gulp-typescript": "~3.1.3",
"gulp-uglify-es": "~0.1.3",
"gulp4": "4.0.2",
"lodash": "~4.17.2",
"mocha": "~3.2.0",
"nodemon": "~1.11.0",
"nyc": "~11.0.2",
"sass-module-importer": "~1.4.0",
"ts-node": "~3.2.0",
"tsify": "~2.0.3",
"typescript": "~2.5.3",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.1.0",
"vinyl-transform": "~1.0.0",
"watchify": "~3.8.0"
},
"devDependencies": {
"@types/bluebird": "~3.0.37",
"@types/browserify": "~12.0.30",
"@types/chalk": "~0.4.31",
"@types/del": "~2.2.31",
"@types/express": "~4.0.34",
"@types/lodash": "4.14.43",
"@types/node": "0.0.3",
"@types/watchify": "~3.7.4"
},
"scripts": {
"build": "tsc --outDir ./dist"
},
"engines": {
"node": ">=5"
},
"license": "MIT"
}