-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 833 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 833 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
{
"name": "backbone.async",
"version": "1.4.0",
"description": "Backbone Models meet Promises",
"author": "Emmanuel Antico <emmanuel.antico@gmail.com>",
"license": "MIT",
"main": "dist/backbone.async.js",
"repository": {
"type": "git",
"url": "https://github.com/emaphp/backbone.async"
},
"dependencies": {
"backbone": ">=1.1.2",
"underscore": ">=1.6.0"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"jquery": "^2.2.4",
"jshint": "^2.9.2",
"mocha": "^2.5.3",
"mocha-phantomjs": "^4.1.0",
"phantom": "^2.1.7",
"phantomjs": "^2.1.7",
"promise-polyfill": "^5.2.1"
},
"scripts": {
"test": "mocha-phantomjs test/test.html"
}
}