-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.9 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 1.9 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "scalegray",
"description": "MaaS",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/scalegray/scalegray"
},
"author": {
"name": "Yeshwanth Kumar",
"email": "[email protected]"
},
"main": "server.js",
"scripts": {
"start": "babel-node server.js",
"watch": "nodemon --exec babel-node -- server.js"
},
"dependencies": {
"alt": "^0.17.1",
"async": "^1.4.0",
"lodash": "^2.4.1",
"babel": "^5.6.23",
"body-parser": "^1.13.2",
"colors": "^1.1.2",
"react-imageloader": "^2.1.0",
"flux": "2.1.1",
"compression": "^1.5.1",
"express": "^4.13.1",
"mongoose": "^4.0.7",
"morgan": "^1.6.1",
"fbjs": "0.3.1",
"react": "^0.13.3",
"react-router": "^0.13.3",
"react-mixin": "^1.1.0",
"when": "^3.7.2",
"jwt-decode": "^1.1.0",
"request": "^2.58.0",
"serve-favicon": "^2.3.0",
"socket.io": "^1.3.6",
"swig": "^1.4.2",
"underscore": "^1.8.3",
"xml2js": "^0.4.9",
"reqwest": "~2.0.4",
"jsonwebtoken": "~5.4.0",
"cors": "~2.7.1"
},
"devDependencies": {
"babelify": "^6.1.3",
"autoprefixer": "~6.0.3",
"bower": "^1.4.1",
"browserify": "^11.0.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.3",
"gulp-plumber": "^1.0.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"postcss": "^5.0.8",
"postcss-cssnext": "^2.1.0",
"postcss-import": "^7.0.0",
"postcss-loader": "^0.6.0",
"postcss-nested": "~1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.0",
"gulp-postcss": "~6.0.1",
"cssnano": "~3.3.1",
"autoprefixer-core": "~6.0.1",
"postcss-simple-vars": "~1.0.1",
"postcss-mixins": "~1.0.1",
"xhr2": "~0.1.3"
},
"license": "MIT"
}