forked from canjs/canjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 KB
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
{
"name": "CanJS",
"description": "MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.",
"version": "1.1.8",
"author": {
"name": "Bitovi",
"email": "contact@bitovi.com",
"web": "http://bitovi.com/"
},
"homepage": "http://canjs.us/",
"repository": {
"type": "git",
"url": "git@github.com: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",
"grunt-docco": "0.2.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"
},
"scripts": {
"test": "grunt test"
},
"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"
}
}