-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.43 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "Blast",
"version": "1.0.0",
"description": "408 Software Testing Project",
"main": "index.js",
"scripts": {
"clean": "rm -rf build",
"build": "npm run clean && gulp",
"start:dev": "npm run clean && gulp",
"start:test": "gulp testDev",
"start": "echo \"Error: Please run 'npm start' with a parameter like 'npm start:dev'\"",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/Anemy/CS408-Bumper-Blasters.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Anemy/CS408-Bumper-Blasters/issues"
},
"homepage": "https://github.com/Anemy/CS408-Bumper-Blasters",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"log-timestamp": "^0.1.2",
"socket.io": "^1.4.8",
"underscore": "^1.8.3",
"uuid": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"eslint-plugin-react": "^6.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.1.0",
"gulp-sass": "^2.3.2",
"jasmine": "^2.5.2",
"jshint": "^2.9.3",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"webpack": "^1.13.2",
"webpack-stream": "^3.2.0"
}
}