forked from sourcejs/Source
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
executable file
·49 lines (49 loc) · 1.33 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
44
45
46
47
48
49
{
"author": "Odnoklassniki front-end team",
"description": "Living Style Guide Engine and Maintenance Environment for Front-end Components.",
"name": "SourceJS",
"version": "0.4.0-rc",
"repository": {
"type": "git",
"url": "https://github.com/sourcejs/Source.git"
},
"dependencies": {
"colors": "0.6.x",
"extend": "~1.2.1",
"jade": "~0.35.0",
"deep-extend": "~0.2.11",
"ejs": "~0.8.4",
"jsdom": "~0.8.5",
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-contrib-less": "~0.11.0",
"grunt-autoprefixer": "~1.0.0",
"grunt-newer": "~0.6.1",
"time-grunt": "~0.2.10",
"load-grunt-tasks": "~0.3.0",
"path": "^0.4.9",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-htmlmin": "~0.3.0",
"commander": "~2.3.0",
"express": "~4.8.3",
"compression": "~1.0.11",
"cookie-parser": "~1.3.2",
"body-parser": "~1.6.4",
"async": "~0.9.0",
"flat": "^1.2.1",
"phantomjs": "^1.9.7-15",
"fs-extra": "~0.11.1",
"log4js": "~0.6.20"
},
"devDependencies": {
"less-middleware": "~0.1.12",
"assert": "~1.1.1",
"should": "~4.0.4",
"supertest": "~0.13.0",
"grunt-jsdoc": "~0.5.7"
}
}