forked from BloombergGraphics/whatiscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 766 Bytes
/
package.json
File metadata and controls
executable file
·32 lines (32 loc) · 766 Bytes
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
{
"name": "code-issue",
"description": "BW code issue",
"author": {
"name": "Adam Pearce",
"url": "http://roadtolarissa.com"
},
"engines": {
"node": "0.12.x"
},
"repository": {
"type": "git",
"url": "https://github.com/bizweekgraphics/code.git"
},
"dependencies": {
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-develop": "~0.2.2",
"grunt-contrib-watch": "~0.5.3",
"request": "~2.27.0",
"time-grunt": "~0.1.1",
"load-grunt-tasks": "~0.2.0",
"grunt-contrib-stylus": "~0.15.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-usemin": "^2.1.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-filerev": "^0.2.1"
}
}