-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 871 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 871 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
{
"name": "exquisitecorpse",
"version": "1.0.0",
"scripts": {
"dev": "gulp && nodemon server.js"
},
"description": "an exquisite corpse, for code",
"repository": {
"type": "git",
"url": "git+https://github.com/creativecodenyc/exquisitecorpse.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/creativecodenyc/exquisitecorpse/issues"
},
"homepage": "https://github.com/creativecodenyc/exquisitecorpse#readme",
"dependencies": {
"express": "^4.13.4",
"ws": "^1.0.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"browser-sync": "^2.11.1",
"eslint-config-standard": "^5.0.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-nodemon": "^2.0.6",
"gulp-plumber": "^1.0.1"
}
}