forked from balderdashy/mast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.09 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
46
47
48
49
50
51
{
"name": "mast",
"author": "Mike McNeil <mike@balderdash.co>",
"contributors": [
{
"name": "Gabe Hernandez",
"email": "gabe@balderdash.co"
},
{
"name": "iOffice Corp."
}
],
"version": "0.5.0",
"description": "Convention-over-configuration toolkit for Backbone.js",
"homepage": "http://balderdash.co",
"keywords": [
"Mast",
"Backbone",
"Balderdash",
"Angular",
"Responsive"
],
"main": "lib/export",
"directories": {
"lib": "lib",
"example": "example"
},
"repository": {
"type": "git",
"url": "git://github.com/balderdashy/mast.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://mast.mit-license.org/"
}
],
"bugs": {
"url": "http://github.com/balderdashy/mast/issues"
},
"devDependencies": {
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt": "~0.4.1",
"grunt-watchify": "~0.1.0",
"qunitjs": "~1.12.0"
},
"scripts": {
"test": "phantomjs test/vendor/runner.js file://localhost/Users/ghernandez345/code/mast/test/index.html"
}
}