forked from battlescript/battlescript
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.32 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.32 KB
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "battlescript",
"version": "1.0.0",
"homepage": "https://github.com/battlescript/battlescript",
"authors": [
"Nick Salloum <nick@callmenick.com>",
"Adam Ellsworth <azellsworth@gmail.com>",
"Omar Shaikh <oshaikh13@gmail.com>",
"Eric Le <hle2806@uw.edu>"
],
"scripts": {
"test": "gulp test",
"postinstall": "bower install --config.interactive=false"
},
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.4.3",
"crypto": "0.0.3",
"dotenv": "^1.2.0",
"express": "^4.13.2",
"jwt-simple": "^0.3.0",
"mongoose": "^4.1.0",
"morgan": "^1.1.1",
"q": "^1.0.1",
"request": "^2.60.0",
"socket.io": "^1.3.6",
"underscore": "^1.8.3"
},
"devDependencies": {
"expect.js": "^0.3.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-eslint": "^1.0.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.0",
"gulp-mocha": "^2.1.3",
"gulp-nodemon": "^2.0.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-util": "^3.0.6",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-nyan-reporter": "^0.2.2",
"karma-unicorn-reporter": "^0.1.4",
"run-sequence": "^1.1.2",
"supertest": "^1.0.1"
}
}