forked from canjs/canjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 806 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
30
31
32
33
34
{
"name" : "CanJS",
"description" : "MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.",
"version" : "1.0.8pre",
"maintainers" : [
{
"name" : "Bitovi",
"email" : "[email protected]",
"web" : "http://bitovi.com/"
}
],
"devDependencies" : {
"grunt" : "~0.3.11",
"grunt-closure-tools" : "~0.6.2",
"http-server" : "0.5.1",
"docco" : ">= 0.1.x",
"grunt-beautify" : "*"
},
"homepage" : "http://canjs.us/",
"repository" : {
"type" : "git",
"url" : "git://github.com/jupiterjs/canjs.git"
},
"demos" : [
"http://canjs.us/#examples",
"http://canjs.us/recipes"
],
"licenses" : [
{
"type" : "MIT",
"url" : "http://opensource.org/licenses/mit-license.php"
}
]
}