-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.2 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
{
"name" : "backbone-postmaster",
"description" : "Manage complex routes and in backbone",
"url" : "http://backbonejs.org",
"keywords" : ["view", "controller", "router", "backbone", "client", "browser"],
"author" : "Lucas Vogelsang <[email protected]>",
"dependencies" : {
"underscore" : ">=1.6.0",
"backbone" : ">=1.0"
},
"devDependencies": {
"phantomjs": "1.9.7-8",
"docco": "0.6.3",
"jslint":"0.6.6",
"karma":"0.12.28",
"karma-phantomjs-launcher":"0.1.4",
"karma-requirejs":"~0.2",
"karma-jasmine":"0.3"
},
"scripts": {
"test": "node_modules/karma/bin/karma start",
"build": "uglifyjs backbone.js --mangle --source-map backbone-min.map -o backbone-min.js",
"doc": "node_modules/docco/bin/docco backbone-postmaster.js",
"lint": "jsl -nofilelisting -nologo -conf docs/jsl.conf -process backbone.js"
},
"main": "backbone-postmaster.js",
"version" : "0.0.1",
"license" : "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lucasvo/backbone-postmaster.git"
},
"files": [
"backbone-postmaster.js", "backbone-postmaster-min.js", "backbone-postmaster-min.map", "LICENSE"
]
}