forked from sourcejs/Source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·64 lines (64 loc) · 1.69 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
64
{
"author": "SourceJS contributors team",
"description": "Living Style Guide Engine and Maintenance Environment for Front-end Components.",
"name": "SourceJS",
"version": "0.5.1",
"repository": {
"type": "git",
"url": "https://github.com/sourcejs/Source.git"
},
"dependencies": {
"async": "~0.9.0",
"body-parser": "~1.6.4",
"cheerio": "^0.18.0",
"colors": "0.6.x",
"commander": "~2.3.0",
"compression": "~1.0.11",
"cookie-parser": "~1.3.2",
"deep-extend": "~0.2.11",
"ejs": "^2.3.1",
"everyauth": "^0.4.9",
"express": "~4.8.3",
"express-session": "^1.10.2",
"extend": "~1.2.1",
"flat": "^1.2.1",
"fs-extra": "~0.11.1",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~1.0.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-jsdoc": "^0.5.7",
"grunt-newer": "~0.6.1",
"gulp-watch": "^4.1.1",
"jsdom": "^1.2.1",
"load-grunt-tasks": "~0.3.0",
"lodash": "^2.4.1",
"log4js": "~0.6.20",
"marked": "^0.3.2",
"node-fs-extra": "^0.8.1",
"path": "^0.4.9",
"phantomjs": "1.9.7-15",
"pretty-hrtime": "^1.0.0",
"q": "^1.1.1",
"serve-favicon": "^2.2.0",
"time-grunt": "~0.2.10"
},
"scripts": {
"build": "npm i && grunt",
"start": "node app",
"test": "grunt test"
},
"devDependencies": {
"assert": "~1.1.1",
"grunt-mocha-test": "^0.12.4",
"mocha": "^2.0.1",
"should": "~4.0.4",
"supertest": "~0.13.0"
}
}