forked from PencilCode/pencilcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "pencilcode",
"version": "0.0.1",
"description": "Website code and config for pencilcode.net.",
"scripts": {
"test": "grunt",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "git://github.com/PencilCode/pencilcode-site.git"
},
"author": "Pencil Code",
"license": "MIT",
"bugs": {
"url": "https://github.com/PencilCode/pencilcode-site/issues"
},
"homepage": "https://github.com/PencilCode/pencilcode-site",
"dependencies": {
"binary-search-bounds": "^1.0.0",
"body-parser": "latest",
"debug": "latest",
"dynamic.io": "latest",
"express": "latest",
"fs-ext": "^0.4.4",
"fs-extra": "latest",
"http-proxy": "latest",
"log-timestamp": "latest",
"parseurl": "latest",
"tamper": "latest"
},
"devDependencies": {
"chai": "latest",
"grunt": "latest",
"mocha": "latest",
"grunt-bowercopy": "latest",
"grunt-cli": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-imagemin": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-requirejs": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-express-server": "latest",
"grunt-mocha-test": "latest",
"grunt-node-inspector": "latest",
"grunt-replace": "latest",
"grunt-sed": "latest",
"node-phantom-simple": "latest",
"phantomjs": "latest"
}
}