-
Notifications
You must be signed in to change notification settings - Fork 234
/
package.json
29 lines (29 loc) · 1.21 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
{
"name" : "QuoJS",
"version" : "3.0.8",
"description" : "Micro #JavaScript Library for Mobile Devices.",
"homepage" : "http://quojs.tapquo.com",
"author" : {
"name" : "Javi Jimenez Villar",
"mail" : "[email protected]",
"twitter" : "@soyjavi",
"site" : "http://soyjavi.com" },
"main" : ["dist/quo.standalone.js"],
"keywords" : [ "mobile" ],
"license" : "MIT",
"dependencies" : {
"coffee-script" : "^1.12.4" },
"devDependencies" : {
"gulp" : "*",
"gulp-coffee" : "*",
"gulp-concat" : "*",
"gulp-connect" : "*",
"gulp-header" : "*",
"gulp-jasmine" : "*",
"gulp-uglify" : "*",
"gulp-util" : "*",
"karma" : "*",
"karma-jasmine" : "*",
"karma-phantomjs-launcher" : "*" },
"scripts" : {}
}