-
Notifications
You must be signed in to change notification settings - Fork 100
/
package.json
49 lines (49 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
42
43
44
45
46
47
48
49
{
"name": "supplychainpy",
"version": "0.0.1",
"description": "supply chain analytics",
"main": "karma.conf-compiled.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"dependencies": {
"jquery": "^2.2.4",
"slates-compiled": "latest"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"chai": "^3.5.0",
"datatables.net": "^1.10.12",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-requirejs": "^1.0.0",
"mocha": "^2.5.3",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"requirejs": "^2.2.0",
"supertest": "^1.2.0",
"test": "latest",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:/opt/git/supplybipy.git"
},
"keywords": [
"supply",
"chain",
"operations",
"research"
],
"author": "Kevin Fasusi",
"license": "BSD-3-Clause"
}