-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 911 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
{
"name": "backbone-tracker",
"version": "0.0.1",
"description": "Mixes declarative mixpanel tracking into Backbone.View",
"main": "backbone-tracker.js",
"dependencies": {},
"devDependencies": {
"backbone": "~1.1.2",
"chai": "~1.9.1",
"cheerio": "^0.14.0",
"grunt": "^0.4.4",
"grunt-contrib-coffee": "^0.10.1",
"grunt-release": "^0.7.0",
"grunt-shell": "^0.6.4",
"jquery": "~2.1.0",
"jsdom": "^0.10.4",
"mocha": "~1.18.2",
"sinon": "^1.9.0",
"underscore": "~1.6.0"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register",
"testWatch": "mocha --compilers coffee:coffee-script/register -w"
},
"repository": {
"type": "git",
"url": "[email protected]:abhoopathy/backbone-tracker.git"
},
"author": "Aneesh Bhoopathy",
"license": "BSD",
"bugs": {
"url": "https://github.com/abhoopathy/ab.js/issues"
}
}