forked from marklundin/uniqueflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.32 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
{
"name": "toyota-installation",
"version": "0.0.1",
"description": "A generative artwork",
"main": "index.js",
"scripts": {
"install": "jspm install",
"start": "browser-sync start --startPath \"index.html\" --files \"src\" --server --no-notify",
"build": "jspm bundle-sfx src/main.js build/main.min.js && jspm bundle-sfx src/main-receiver.js build/main-receiver.min.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marklundin/toyota.git"
},
"author": "Mark Lundin",
"license": "ISC",
"bugs": {
"url": "https://github.com/marklundin/toyota/issues"
},
"homepage": "https://github.com/marklundin/toyota#readme",
"dependencies": {
"gsap": "^1.18.2",
"howler": "^1.1.29"
},
"devDependencies": {
"jspm": "^0.16.29"
},
"jspm": {
"dependencies": {
"gsap": "npm:gsap@^1.18.2",
"howler": "npm:howler@^1.1.29",
"marklundin/toyota2": "github:marklundin/toyota2@gh-pages",
"min-signal": "npm:min-signal@^0.0.5",
"screenfull": "npm:screenfull@^3.0.0",
"toyota": "github:marklundin/toyota2@gh-pages"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}