forked from ebsco/backbone.validation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.03 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
38
39
40
41
42
43
44
45
{
"name": "backbone-validation",
"title": "Backbone.Validation",
"version": "0.9.2",
"author": {
"name": "Thomas Pedersen",
"url": "http://thedersen.com/"
},
"homepage": "http://thedersen.com/projects/backbone-validation",
"licenses": [
{
"type": "MIT",
"url": "http://thedersen.mit-license.org/"
}
],
"bugs": {
"url": "http://github.com/thedersen/backbone.validation/issues"
},
"directories": {
"lib": "./dist"
},
"repository": {
"type": "git",
"url": "http://github.com/thedersen/backbone.validation.git"
},
"scripts": {
"test": "grunt buster",
"prepublish": "grunt"
},
"main": "./dist/backbone-validation-amd.js",
"dependencies": {
"backbone": ">=1.0.0",
"underscore": ">=1.4.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"buster": "~0.7.8",
"grunt-docco": ">=0.3.0",
"grunt-shell": ">=0.1.3",
"grunt-rigger": ">=0.3.0",
"grunt-buster": "~0.3.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2"
}
}