forked from chaplinjs/chaplin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 881 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
{
"name": "chaplin",
"version": "0.10.0",
"description": "An Application Architecture Using Backbone.js",
"repository": "git://github.com/chaplinjs/chaplin.git",
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-coffee": "0.4.x",
"grunt-contrib-clean": "0.4.x",
"grunt-contrib-concat": "0.1.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-compress": "0.4.x",
"grunt-contrib-watch": "0.1.4",
"grunt-bower-task": "0.1.x",
"grunt-contrib-uglify": "0.2.x",
"grunt-istanbul": "0.2.x",
"grunt-urequire": "git://github.com/concordusapps/grunt-urequire",
"grunt-coffeelint": "0.0.x",
"grunt-mocha": "0.2.x",
"grunt-transbrute": "~0.1.1",
"prompt": "0.2.x",
"phantomjs": "1.8.x"
},
"main": "build/chaplin.js",
"scripts": {
"install": "grunt clean build",
"test": "grunt clean prepare test"
}
}