-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 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
{
"name": "aconite",
"version": "0.11.2",
"description": "A framework for creative video and image processing on the web.",
"author": "Colin Clark",
"repository": {
"type": "git",
"url": "git://github.com/colinbdclark/aconite.git"
},
"bugs": "http://github.com/colinbdclark/aconite/issues",
"license": "MIT",
"keywords": [
"video",
"compositing",
"webgl"
],
"readmeFilename": "README.md",
"devDependencies": {
"fluid-grunt-eslint": "18.1.2",
"grunt": "1.0.4",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-uglify": "4.0.1",
"jquery": "3.4.1",
"testem": "3.0.0"
},
"dependencies": {
"infusion": "3.0.0-dev.20190905T163833Z.b024bff87",
"bergson": "0.14.0",
"flocking": "2.0.1"
},
"scripts": {
"prepare": "node_modules/.bin/grunt",
"test": "node_modules/.bin/testem ci --file tests/unit/testem.json"
}
}