forked from phonegap/phonegap-start
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.26 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "http-server",
"preferGlobal": true,
"version": "0.1.0",
"author": "upmysport <[email protected]>",
"description": "upmysport Instructor App",
"contributors": [
{
"name": "Daniel Hough",
"email": "[email protected]"
}
],
"scripts": {
"start": "gulp",
"tests": "gulp tests"
},
"repository": {
"type": "git",
"url": "[email protected]:upmysport/upmysport-instructor-mobile.git"
},
"dependencies": {
"backbone": "~1.1.2",
"underscore": "~1.6.0",
"jquery": "~2.1.0",
"handlebars": "~1.3.0",
"url": "~0.7.9",
"backbone.localstorage": "~1.1.7",
"cookie-cutter": "~0.1.1",
"moment": "~2.5.1",
"node-gcm": "~0.9.9",
"apn": "~1.4.4",
"gulp-ruby-sass": "~0.4.0",
"pikaday": "~1.2.0"
},
"analyze": false,
"devDependencies": {
"gulp": "~3.5.2",
"gulp-browserify": "~0.4.4",
"open": "0.0.4",
"gulp-concat": "~2.1.7",
"gulp-styl": "~0.2.0",
"ripple-emulator": "~0.9.19",
"handlebars": "~1.3.0",
"hbsfy": "~1.3.1",
"gulp-jasmine": "~0.1.3",
"gulp-mocha": "~0.4.1",
"jsdom": "~0.10.1",
"sinon": "~1.8.1",
"should": "~3.1.2",
"btoa": "~1.1.1",
"gulp-sass": "~0.7.0",
"exec": "~0.1.0",
"gulp-util": "~2.2.14"
}
}