forked from lavrton/backbone.konvaview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 936 Bytes
/
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
{
"name": "backbone.kineticview",
"description": "Special Backbone View for canvas via KineticJS",
"url": "https://github.com/slash-system/backbone.kineticview",
"keywords": [
"backbone",
"canvas",
"kineticjs"
],
"author": "Anton Lavrenov <[email protected]>",
"dependencies": {
"backbone": ">=1.0.0",
"underscore" : ">=1.6.0",
"kinetic" : ">=5.0.6"
},
"devDependencies": {
"phantomjs": "1.9.7-1"
},
"scripts": {
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true"
},
"main": "backbone.KineticView.js",
"version": "0.9.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/slash-system/backbone.kineticview"
},
"bugs": {
"url": "https://github.com/slash-system/backbone.kineticview/issues"
},
"homepage": "https://github.com/slash-system/backbone.kineticview",
"directories": {
"test": "test"
}
}