UNPKG

1.39 kBJSONView Raw
1{
2 "name": "ibis",
3 "version": "0.1.11",
4 "description": "",
5 "author": "Cameron Bytheway <bytheway.cameron@gmail.com>",
6 "main": "app.js",
7 "scripts": {
8 "start": "./node_modules/.bin/startup start",
9 "test": "NODE_ENV=test ./node_modules/.bin/mocha"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/camshaft/ibis"
14 },
15 "engines": {
16 "node": "5.9.x",
17 "npm": "4.x.x"
18 },
19 "dependencies": {
20 "ajv": "^4.1.5",
21 "ast2template": "^0.3.10",
22 "ast2template-loader": "^0.2.3",
23 "babel-core": "^6.10.4",
24 "babel-loader": "^6.2.4",
25 "babel-plugin-transform-runtime": "^6.9.0",
26 "babel-preset-es2015": "^6.9.0",
27 "ess-compiler": "^0.2.6",
28 "ess-loader": "^0.4.0",
29 "ess2ast-loader": "^0.1.0",
30 "file-loader": "^0.9.0",
31 "glob": "^7.0.5",
32 "hyperagent": "^0.2.10",
33 "jade": "^1.9.2",
34 "jade2ast": "^0.1.26",
35 "jade2ast-loader": "^0.1.0",
36 "json-loader": "^0.5.4",
37 "loader-utils": "^0.2.15",
38 "object-assign": "^4.1.0",
39 "object-path-immutable": "^0.5.0",
40 "poe-ui": "~1.2.0",
41 "poe-ui-builder": "^1.1.1",
42 "qs": "^6.2.0",
43 "react": "^15",
44 "react-dom": "^15",
45 "reference-count": "^0.1.2",
46 "string-hash": "^1.1.0",
47 "style-loader": "^0.13.1",
48 "url-loader": "^0.5.5",
49 "urlsafe-base64": "^1.0.0",
50 "webpack": "^1.9.4",
51 "webpack-dev-server": "^1.8.2"
52 }
53}