-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 933 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 933 Bytes
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
{
"name" : "charlotte",
"description" : "A framework for building mobile web apps using Express and PhoneGap",
"homepage" : "http://danieldkim.github.com/charlotte/",
"keywords" : [ "express", "phonegap", "mobile" ],
"author" : "Daniel Kim <danieldkimster@gmail.com>",
"version" : "0.1.8",
"repository" : { "type": "git", "url": "git://github.com/danieldkim/charlotte.git" },
"bugs" : { "url" : "http://github.com/danieldkim/charlotte/issues" },
"licenses" : [
{ "type" : "MIT", "url" : "http://github.com/danieldkim/charlotte/raw/master/LICENSE" }
],
"dependencies" : {
"underscore" : ">=1.3.1",
"express" : "~2.5.6"
},
"devDependencies": {
"async" : ">=0.1.18",
"mocha" : "~1.0",
"chai" : ">=1.0.1",
"sinon" : ">=1.3.4",
"jade" : ">=0.26.0"
},
"scripts": {
"test": "cd test && ./run_all_tests.sh"
}
}