-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 990 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 990 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": "scrabble-backbone",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "bower install",
"build-css": "./bin/build-css",
"watch-css": "./bin/watch-css",
"test": "./bin/phantomjs"
},
"dependencies": {
"body-parser": "~1.17.1",
"bower": "^1.8.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"dotenv": "^4.0.0",
"ejs": "~2.5.6",
"express": "~4.15.2",
"mongodb": "^2.2.26",
"mongoose": "^4.9.9",
"morgan": "~1.8.1",
"request": "^2.81.0",
"serve-favicon": "~2.4.2"
},
"devDependencies": {
"expect.js": "^0.3.1",
"grunt": "^0.4.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-requirejs": "^0.4.2",
"mocha": "^3.4.1",
"mocha-phantomjs": "^4.1.0",
"mocha-phantomjs-core": "^2.1.2",
"node-sass": "^4.5.2",
"nodemon": "^1.11.0",
"sinon": "^2.3.1"
}
}