-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 950 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 950 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
33
34
35
36
37
38
39
{
"name": "GitSecure",
"version": "0.0.1",
"main": "basic-server.js",
"author": "gitSecure",
"license": "",
"scripts": {
"test": "mocha server/spec"
},
"devDependencies": {
"request": "^2.34.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-express-server": "^0.4.19",
"grunt-contrib-clean": "^0.6.0",
"chai": "^1.9.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"mocha": "^1.21.4",
"sinon": "^1.10.3",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-casperjs": "^2.0.0",
"grunt": "^0.4.5"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.12.0",
"cors": "^2.5.3",
"express": "^4.12.0",
"forever": "^0.14.1",
"mandrill-api": "~1.0.41",
"mkdirp": "~0.5.0",
"mongodb": "^1.4.34",
"node-debug": "^0.1.0",
"nodegit": "~0.2.7",
"rimraf": "^2.3.2",
"underscore": "^1.8.2"
}
}