-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.34 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.34 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
{
"name": "neonode",
"description": "Neon.js powered MVC Full-Stack development Anti-Framework.",
"repository": "https://github.com/sgarza/Neonode",
"version": "3.0.4",
"keywords": [
"neon",
"mvc",
"fullstack",
"cli",
"frontend",
"backend",
"stack",
"bootstrap",
"backend",
"orm",
"postgres",
"mysql",
"database",
"widget",
"full",
"generator"
],
"engines": {
"node": ">=0.10.33"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin/server.js"
},
"dependencies": {
"autoprefixer-loader": "^3.1.0",
"body-parser": "^1.14.1",
"compression-webpack-plugin": "^0.2.0",
"connect-redis": "^2.5.1",
"cookie-parser": "^1.4.0",
"css-loader": "^0.19.0",
"csurf": "^1.8.3",
"express-session": "^1.11.3",
"file-loader": "^0.8.1",
"imports-loader": "^0.6.3",
"knex": "^0.9.0",
"less": "^2.4.0",
"less-loader": "^2.2.0",
"lodash": "^3.10.1",
"lodash-inflection": "^1.3.0",
"mysql": "^2.6.2",
"neon": "^2.0.0",
"neonode-core": "^3.0.4",
"path": "^0.12.7",
"pg": "^4.3.0",
"redis": "^2.0.1",
"req-flash": "0.0.2",
"style-loader": "^0.12.4",
"url-loader": "^0.5.5",
"webpack": "^1.12.2"
},
"bin": {
"neonode": "./node_modules/.bin/neonode"
}
}