-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 965 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
37
38
{
"name": "backbone.rx",
"version": "0.0.1",
"description": "Reactive-Extentions for Backbone.",
"main": "backbone.rx.js",
"scripts": {
"test": "grunt jasmine:phantom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChetHarrison/backbone.rx.git"
},
"keywords": [
"Reactive",
"Backbone",
"streams",
"async",
"Marionette",
"functional"
],
"author": "Chet Harrison",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChetHarrison/backbone.rx/issues"
},
"homepage": "https://github.com/ChetHarrison/backbone.rx#readme",
"devDependencies": {
"grunt-babel": "~4.0.0",
"grunt-contrib-jasmine": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-node-inspector": "^0.4.1",
"grunt-requirejs": "~0.4.0",
"grunt-template-jasmine-istanbul": "^0.3.4",
"grunt-template-jasmine-requirejs": "^0.2.3",
"matchdep": "^1.0.0",
"time-grunt": "~0.2.1"
}
}