-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
64 lines (64 loc) · 1.64 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "newdenfaces",
"version": "1.0.0",
"description": "Character voting app for EVE Online",
"repository": {
"type": "git",
"url": "https://github.com/papersnake/newdenfaces-es6"
},
"main": "server.js",
"scripts": {
"watch": "nodemon --exec babel-node -- server.js",
"start": "babel-node server.js",
"lint": "eslint server.js"
},
"dependencies": {
"alt": "^0.17.9",
"async": "^1.5.2",
"babel-cli": "^6.8.0",
"body-parser": "^1.15.0",
"colors": "^1.1.2",
"compression": "^1.5.1",
"express": "^4.13.1",
"lodash": "^4.11.2",
"morgan": "^1.7.0",
"react": "^0.13.3",
"react-router": "^0.13.3",
"request": "^2.72.0",
"sails-mysql": "^0.12.1",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.6",
"swig": "^1.4.2",
"underscore": "^1.8.3",
"waterline": "^0.12.1",
"xml2js": "^0.4.16"
},
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.8.0",
"babelify": "^7.2.0",
"bower": "^1.4.1",
"browserify": "^11.2.0",
"eslint": "^2.8.0",
"find-index": "^1.1.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-if": "^1.2.5",
"gulp-less": "^3.0.5",
"gulp-plumber": "^1.0.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.0"
},
"author": "papersnake",
"license": "MIT"
}