-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
56 lines (56 loc) · 2.02 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
50
51
52
53
54
55
56
{
"name": "sierra-charlie",
"version": "1.0.0",
"description": "TODO",
"author": "Miëtek Bak <hello@mietek.io>",
"private": false,
"license": "MIT",
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-check-es2015-constants": "^6.3.13",
"babel-plugin-transform-es2015-arrow-functions": "^6.4.0",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
"babel-plugin-transform-es2015-block-scoping": "^6.4.0",
"bower": "^1.7.2",
"css-loader": "^0.23.1",
"ease-tween": "^1.1.0",
"elm-webpack-loader": "4.4.0",
"express": "^4.13.3",
"file-loader": "^0.8.5",
"http-request-wrapper": "^1.0.0",
"js-beautify": "^1.6.2",
"jshint": "^2.9.1",
"jshint-loader": "^0.8.3",
"json-loader": "^0.5.4",
"nnng": "^1.0.0",
"oboe": "^2.1.2",
"polyline": "^0.2.0",
"purs-loader": "^0.4.0",
"raw-loader": "^0.5.1",
"react": "^0.13.3",
"react-tween-state": "^0.1.3",
"react-wrapper": "^1.0.1",
"reload-browsers": "^1.1.0",
"request": "^2.67.0",
"simplify-js": "^1.2.1",
"style-loader": "^0.13.0",
"titlecase": "^1.0.2",
"webpack": "^1.12.11",
"worker-loader": "^0.7.0"
},
"scripts": {
"postinstall": "elm package install --yes",
"build": "node_modules/.bin/webpack",
"dev-build": "node_modules/.bin/webpack --config=webpack.dev-config.js --watch",
"start-proxy": "node bin/proxy.js",
"start": "node bin/server.js",
"upload": "s3cmd put out/index.appcache out/index.html out/index.js s3://sierracharlie.mietek.io --acl-public",
"upload-json": "s3cmd sync json s3://sierracharlie.mietek.io --acl-public --delete-removed --exclude='*' --include='*.json.gz' --add-header='Cache-Control:max-age=3600' --add-header='Content-Type:application/json' --add-header='Content-Encoding:gzip'",
"clean": "rm -rf .psci bower_components elm-stuff node_modules npm-debug.log out purescript_modules"
},
"dependencies": {
"@purescript/prelude": "^3.0.0",
"elm": "0.18.0"
}
}