This repository has been archived by the owner on May 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.61 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
57
58
59
60
{
"name": "interactive-adventure-game-tool",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "node node_modules/jspm/jspm.js install",
"start": "node node_modules/gulp/bin/gulp.js"
},
"author": "Thomas Yuill",
"license": "ISC",
"devDependencies": {
"autoprefixer-core": "^5.1.7",
"aws-kcl": "^0.5.0",
"aws-sdk": "^2.2.32",
"babel-core": "^5.8.24",
"babel-eslint": "^4.1.3",
"browser-sync": "^2.4.0",
"chalk": "^1.1.1",
"concurrent-transform": "^1.0.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-awslambda": "^0.3.0",
"gulp-load-plugins": "^0.9.0",
"gulp-minify-css": "^1.2.2",
"gulp-postcss": "^4.0.3",
"gulp-prompt": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-riot": "^0.4.8",
"gulp-run": "^1.6.8",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"gulp-zip": "^3.1.0",
"jspm": "^0.16.20",
"node-lambda": "^0.7.1",
"require-dir": "^0.2.0",
"run-sequence": "^1.1.0",
"systemjs": "^0.19.0",
"systemjs-builder": "^0.15.7"
},
"jspm": {
"directories": {
"baseURL": "src",
"packages": "jspm_packages"
},
"configFile": "src/scripts/systemjs.config.js",
"dependencies": {
"json": "github:systemjs/plugin-json@^0.1.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4",
"riot": "npm:riot@^2.3.17",
"systemjs-plugin-json": "npm:systemjs-plugin-json@^0.1.0"
}
}
}