-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 944 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 944 Bytes
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
{
"name": "easelbone",
"version": "1.2.6",
"main": "dist/scripts/easelbone.js",
"author": "CatLab Interactive",
"devDependencies": {
"bower": "^1.8.8",
"bower-npm-resolver": "github:ibcooley/bower-npm-resolver",
"grunt": "^1.6.1",
"grunt-bower-requirejs": "^2.0.0",
"grunt-bump": "^0.8.0",
"grunt-cache-breaker": "^1.0.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "x",
"grunt-contrib-requirejs": "x",
"grunt-contrib-watch": "^1.1.0",
"terser": "^4.1.2"
},
"dependencies": {
"backbone": "^1.*",
"catlab-easeljs": "^1.0.2",
"easelhacks": "^1.0.0",
"lodash": ">=4.17.21",
"preloadjs": "^1.0.1",
"soundjs": "^1.0.1",
"tweenjs": "^1.0.2",
"underscore": "^1.*"
},
"scripts": {
"update": "node_modules/.bin/bower update",
"start" : "grunt",
"build" : "grunt",
"bump" : "grunt bump",
"bump:minor" : "grunt bump:minor"
}
}