-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "generic-abc",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/optcentral/generic-abc.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/optcentral/generic-abc/issues"
},
"homepage": "https://github.com/optcentral/generic-abc",
"dependencies": {
"express": "^3.5.1",
"underscore": "^1.6.0",
"async": "^0.8.0",
"rendr": "^0.5.0",
"rendr-handlebars": "^0.2.0",
"config": "^0.4.35",
"js-yaml": "^3.0.2",
"less-middleware": "^1.0.3",
"request": "^2.40.0",
"q": "^1.0.1"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-browserify": "^1.2.12",
"grunt-contrib-less": "^0.11.0",
"grunt-contrib-handlebars": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"nodemon": "^1.0.17",
"grunt-cli": "^0.1.13",
"grunt-rendr-stitch": "0.0.8"
}
}