UNPKG

1.26 kBJSONView Raw
1{
2 "name": "industry-state",
3 "version": "0.3.0",
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 "babel-runtime": "*",
26 "standard-io": "*"
27 },
28 "devDependencies": {
29 "babel": "6.5.2",
30 "babel-cli": "6.9.0",
31 "babel-core": "6.9.1",
32 "babel-plugin-syntax-async-functions": "6.8.0",
33 "babel-plugin-transform-async-to-generator": "6.8.0",
34 "babel-plugin-transform-object-rest-spread": "6.8.0",
35 "babel-plugin-transform-runtime": "6.9.0",
36 "babel-preset-es2015": "6.9.0",
37 "industry": "*",
38 "industry-functions": "*",
39 "industry-instance": "*",
40 "industry-standard-io": "*",
41 "jasmine": "2.4.1",
42 "source-map-support": "0.4.0"
43 }
44}