UNPKG

1.27 kBJSONView Raw
1{
2 "name": "industry-state",
3 "version": "0.0.7",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "pretest": "npm run compile",
8 "prepublish": "npm run compile",
9 "prestart": "rm -rf lib",
10 "compile": "rm -rf lib && babel src -s --out-dir lib",
11 "start": "babel src -s -w --out-dir lib",
12 "test": "jasmine"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+ssh://git@github.com/invrs/industry-state.git"
17 },
18 "author": "Winton Welsh <winton@inverse.com>",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/invrs/industry-state/issues"
22 },
23 "homepage": "https://github.com/invrs/industry-state#readme",
24 "dependencies": {
25 "immutable": "^3.7.6",
26 "industry": ""
27 },
28 "devDependencies": {
29 "babel": "^6.5.2",
30 "babel-core": "^6.5.1",
31 "babel-cli": "^6.5.1",
32 "babel-preset-es2015": "^6.5.0",
33 "babel-plugin-syntax-async-functions": "^6.5.0",
34 "babel-plugin-transform-async-to-generator": "^6.5.0",
35 "babel-plugin-transform-object-rest-spread": "^6.5.0",
36 "babel-plugin-transform-runtime": "^6.5.2",
37 "babel-runtime": "^6.3.19",
38 "industry-functions": "",
39 "industry-instance": "",
40 "industry-standard-io": "",
41 "jasmine": "^2.4.1",
42 "source-map-support": "^0.4.0"
43 }
44}