forked from canjs/canjs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "CanJS",
"description": "MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.",
"version": "2.0.4",
"author": {
"name": "Bitovi",
"email": "[email protected]",
"web": "http://bitovi.com/"
},
"homepage": "http://canjs.us/",
"repository": {
"type": "git",
"url": "[email protected]:bitovi/canjs.git",
"github": "https://github.com/bitovi/canjs"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-string-replace": "~0.2.2",
"grunt-contrib-qunit": "~0.2.1",
"grunt-contrib-connect": "~0.3.0",
"bitovi-tools": "https://github.com/bitovi/bitovi-tools/tarball/master",
"steal": "https://github.com/bitovi/steal-build/tarball/master",
"grunt-contrib-uglify": "~0.2.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-shell": "~0.5.0",
"grunt-release-steps": "~0.3.7",
"bower": "~1.2.7"
},
"scripts": {
"test": "grunt test",
"install": "node node_modules/bower/bin/bower install"
},
"demos": [
"http://canjs.us/#examples",
"http://canjs.us/recipes"
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"grunt-cli": "~0.1.7"
}
}