forked from twschiller/open-synthesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "open-synthesis",
"version": "0.0.1",
"description": "Open platform for CIA-style intelligence analysis",
"private": true,
"main": "index.js",
"scripts": {
"postinstall": "webpack --config ./webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twschiller/open-synthesis.git"
},
"keywords": [
"intelligence analysis",
"ACH",
"analysis of competing hypotheses"
],
"author": "Todd Schiller",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/twschiller/open-synthesis/issues"
},
"homepage": "https://github.com/twschiller/open-synthesis#readme",
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap-datepicker": "^1.6.4",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"jquery": "^3.2.1",
"selectize": "^0.12.3",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-bundle-tracker": "0.0.93"
},
"devDependencies": {
"eslint": "^3.5.0"
}
}