forked from sourcejs/Source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 961 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
{
"author": "Odnoklassniki front-end team",
"description": "Living Style Guide Engine and Maintenance Environment for Front-end Components.",
"name": "SourceJS",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/sourcejs/Source.git"
},
"dependencies": {
"express": "3.x",
"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-watch": "~0.5.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-contrib-less": "~0.7.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"
},
"devDependencies": {
"less-middleware": "~0.1.12"
}
}