forked from nearzero/elicitation-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.81 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": "elicitation-engine",
"version": "0.0.1",
"author": "Seth Nickell <snickell@gmail.com>",
"description": "",
"contributors": [],
"main": "./server.js",
"keywords": [],
"dependencies": {
"basic-auth-connect": "^1.0.0",
"bluebird": "^2.9.34",
"body-parser": "~1.13.2",
"colors": "^1.1.2",
"components-ember": "https://github.com/components/ember/archive/1.2.0.tar.gz",
"connect-busboy": "0.0.2",
"cookie-parser": "^1.3.5",
"errorhandler": "^1.4.2",
"express": "~4.13.1",
"express-handlebars": "^2.0.1",
"extend": "^3.0.0",
"fast-csv": "^2.0.0",
"glob": "^5.0.14",
"handlebars": "2.0.0",
"jquery": "2.1.0",
"morgan": "^1.6.1",
"node-connection-string-builder": "0.0.1",
"node-uuid": "^1.4.7",
"request-promise": "^0.4.3",
"sequelize": "^3.18.0",
"sqlite3": "^3.1.8",
"tedious": "^1.13.2"
},
"noAnalyze": true,
"license": "GPL-3.0",
"engines": {
"node": ">=5.4.0 <7.0"
},
"devDependencies": {
"assert": "^1.3.0",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-without-strict": "0.0.4",
"css-loader": "^0.23.1",
"ember-webpack-loaders": "https://github.com/snickell/ember-webpack-loaders.git",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"imports-loader": "^0.6.5",
"nodeunit": "^0.9.1",
"q": "^1.4.1",
"selenium-standalone": "^4.8.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"wd": "^0.4.0",
"webpack": "^1.12.11"
},
"scripts": {
"test": "./run-tests.sh",
"log": "azure site log tail elicitation-gorilla",
"build": "webpack --progress --colors --watch",
"build:prod": "webpack --config webpack.config.prod.js"
}
}