UNPKG

1.42 kBJSONView Raw
1{
2 "name": "variate",
3 "version": "2.4.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": "ENV=test jasmine"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+ssh://git@github.com/invrs/variate.git"
17 },
18 "author": "Winton Welsh <winton@inverse.com>",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/invrs/variate/issues"
22 },
23 "homepage": "https://github.com/invrs/variate#readme",
24 "dependencies": {
25 "babel-runtime": "*",
26 "industry": "2.9.0",
27 "industry-chain": "1.0.0",
28 "industry-exception": "0.5.0",
29 "industry-functions": "0.4.0",
30 "industry-include": "1.2.0",
31 "industry-instance": "0.3.0",
32 "industry-pattern": "1.0.0",
33 "industry-standard-io": "0.9.0",
34 "industry-state": "^0.3.0",
35 "js-cookie": "2.1.2"
36 },
37 "devDependencies": {
38 "babel": "6.5.2",
39 "babel-cli": "6.9.0",
40 "babel-core": "6.9.1",
41 "babel-preset-es2015": "6.9.0",
42 "babel-plugin-syntax-async-functions": "6.8.0",
43 "babel-plugin-transform-async-to-generator": "6.8.0",
44 "babel-plugin-transform-object-rest-spread": "6.8.0",
45 "babel-plugin-transform-runtime": "6.9.0",
46 "jasmine": "2.4.1",
47 "source-map-support": "0.4.0"
48 }
49}