-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 897 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
{
"name": "agrr",
"version": "0.0.1",
"description": "Idea Aggregator for ACIS diggers",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/Nicholass/agrr.git"
},
"author": "Mykola Korobko ([email protected])",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/Nicholass/agrr/issues"
},
"homepage": "https://github.com/Nicholass/agrr",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1"
},
"dependencies": {
"body-parser": "^1.12.4",
"express": "^4.12.3",
"mongoose": "^4.0.2",
"nconf": "^0.7.1",
"winston": "^1.0.0"
}
}