-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 899 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
36
37
{
"name": "memamjome.learn.nodejs",
"version": "0.0.0",
"description": "fun with node.js",
"main": "gruntfile.js",
"dependencies": {
"assert": "^1.3.0",
"express": "^4.11.1",
"mocha": "^2.1.0",
"mongodb": "^1.4.29"
},
"devDependencies": {
"browser-sync": "^2.0.0-rc1",
"chai": "^1.10.0",
"del": "^1.1.1",
"grunt": "^0.4.5",
"grunt-mocha": "^0.4.11",
"grunt-mocha-runner": "^0.2.0",
"grunt-nodemon": "^0.4.0",
"gulp": "^3.8.10",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.9.0",
"gulp-load-plugins": "^0.8.0",
"gulp-nodemon": "^1.0.5",
"gulp-open": "^0.3.2",
"jshint": "^2.6.0",
"jshint-stylish": "^1.0.0",
"psi": "^1.0.4",
"run-sequence": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Meisam",
"license": "ISC"
}