-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
63 lines (63 loc) · 1.72 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
56
57
58
59
60
61
62
63
{
"name": "SpiderOakMobile",
"version": "3.6.0",
"description": "SpiderOak Mobile app",
"main": "index.html",
"scripts": {
"test": "grunt test",
"icons": "cordova-icon --icon=custom/brand/icon.png",
"splashes": "cordova-splash --splash=custom/brand/icon.png",
"postinstall": "bower install && grunt brand:-"
},
"repository": {
"type": "git",
"url": "https://github.com/SpiderOak/SpiderOakMobileClient.git"
},
"author": "SpiderOak (http://www.spideroak.com)",
"contributors": [
{
"name": "Tommy-Carlos Williams",
"email": "[email protected]"
},
{
"name": "Ken Manheimer",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"dependencies": {
"semver": "2.2.1"
},
"devDependencies": {
"bower": "1.3.x",
"chai": "~2.1.2",
"chai-as-promised": "~4.3.0",
"chai-jquery": "~1.1.2",
"cordova": "^6.3.1",
"cordova-icon": "^0.9.0",
"cordova-splash": "^0.9.0",
"elementtree": "~0.1.5",
"errno-codes": "~1.0.2",
"grunt": "~0.4.x",
"grunt-cli": "0.1.x",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-dot-compiler": "~0.3.14",
"grunt-shell": "~0.5.x",
"grunt-xliff": "git://github.com/alex-seville/grunt-xliff.git#79d632671a",
"mocha": "~1.8.1",
"mocha-phantomjs": "^2.0.3",
"moment": "^2.17.1",
"node-xcode": "git://github.com/alunny/node-xcode.git#ff9f67",
"phantomjs": "^1.9.0",
"plist": "0.4.x",
"shelljs": "~0.1.4",
"sinon": "~1.7.3",
"sinon-chai": "~2.7.0",
"xcode": "^0.8.9"
}
}