forked from donejs/donejs
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
34 lines (34 loc) · 869 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": "JavaScriptMVC",
"description": "A full stack JavaScript application framework containing CanJS, StealJS, FuncUnit, jQuery++, and DocumentJS.",
"version": "3.3.0pre",
"author": {
"name": "Bitovi",
"email": "[email protected]",
"web": "http://bitovi.com/"
},
"devDependencies": {
"grunt": "0.4.0",
"grunt-closure-tools": "0.7.7",
"http-server": "0.5.1",
"docco": "0.6.2",
"js-beautify": "1.2.0",
"github": ">= 0.1.7",
"commander": "*",
"tafa-misc-util": "*",
"lodash" : "0.1.0",
"grunt-contrib-connect": "0.1.2",
"ejs": "0.8.3"
},
"homepage": "http://javascriptmvc.com/",
"repository": {
"type": "git",
"url": "[email protected]:jupiterjs/javascriptmvc.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
]
}