-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
101 lines (101 loc) · 2.74 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "organic-stem-skeleton",
"private": true,
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"develop": "angel develop",
"watch": "angel watch",
"build": "angel build",
"test:style": "angel test style",
"test": "angel test"
},
"author": "",
"dependencies": {
"angelabilities-exec": "0.1.0",
"angelabilities-package-scripts": "0.1.0",
"async": "^2.6.0",
"async-validate": "^0.13.2",
"babel": "^6.5.2",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"bcrypt": "^2.0.1",
"body-parser": "^1.7.0",
"bunyan": "~1.0.1",
"cookie-parser": "^1.3.2",
"director": "^1.2.8",
"domready": "^1.0.8",
"email-validator": "^1.0.4",
"es6-promise": "^3.2.1",
"exports-loader": "^0.6.3",
"express": "^4.12.2",
"form2js": "^1.0.0",
"glob-stream": "^5.2.0",
"globby": "^5.0.0",
"gulp-less": "^3.0.5",
"gulp-less-watcher": "^0.5.0",
"gulp-watch": "4.3.5",
"imports-loader": "^0.6.5",
"jsonwebtoken": "^8.2.1",
"less-plugin-autoprefix": "^1.5.1",
"lodash": "^4.4.0",
"method-override": "^2.3.1",
"mongoose": "5.1.0",
"multer": "^0.1.6",
"organic": ">=1.0.0",
"organic-angel": "^0.3.2",
"organic-bunyan-output": "0.0.4",
"organic-console": "0.0.2",
"organic-dna-loader": "0.0.2",
"organic-express-response": "0.0.2",
"organic-express-routes": "0.0.1",
"organic-express-server": "0.0.2",
"organic-express-static": "0.0.2",
"organic-mongoose": "2.0.0",
"organic-nucleus": "^1.0.x",
"organic-oval": "^4.1.0",
"organic-plasma": "^1.0.x",
"organic-plasma-feedback": "0.0.2",
"organic-stem-devtools": "^0.2.2",
"proxy-polyfill": "^0.1.6",
"restful.js": "^0.9.6",
"string-template": "^1.0.0",
"webpack": "^1.13.0",
"webpack-dna-loader": "0.0.1",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"angelscripts-help": "0.1.0",
"angelscripts-stack-use": "0.1.3",
"bunyan-format": "^0.2.1",
"eslint": "^1.10.3",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"nodemon": "^1.8.1",
"chai": "^3.5.0",
"faker": "^3.1.0",
"mocha": "^3.0.2",
"rimraf": "^2.5.2",
"request": "^2.69.0",
"lodash": "^4.17.4"
},
"engines": {
"node": "0.10.x | >= 4.2.3"
},
"stack-upgrades": {
"core": "0.1.0",
"devtools": "0.2.2",
"devtools-nodemon": "0.2.2",
"devtools-client": "0.2.2",
"devtools-webpack": "0.2.2",
"devtools-less": "0.2.2",
"devtools-assets": "0.2.2",
"organic-oval-fu": "0.1.0",
"mongoose": "0.1.0",
"mocha-chai": "1.0.0"
}
}