-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 856 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 856 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
40
{
"name": "nodejs-test",
"version": "0.0.1",
"description": "Nodejs-test",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt travis"
},
"repository": {
"type": "git",
"url": "git@github.com:EduardoDiaz/nodejs-test.git"
},
"keywords": [
"nodejs-test"
],
"author": "Eduardo Diaz",
"license": "GPL v2",
"bugs": {
"url": "https://github.com/EduardoDiaz/nodejs-test/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-mocha-cli": "~1.2.1",
"grunt-contrib-watch": "~0.5.3",
"matchdep": "~0.1.2",
"chai": "~1.7.2",
"supertest": "~0.8.0"
},
"dependencies": {
"mongoose": "~3.6.19",
"mongoose-validate": "0.0.5",
"express": "~3.4.0",
"node-uuid": "~1.4.1",
"lodash": "~2.0.0"
}
}