-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 984 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
35
36
37
{
"name": "moxie-js-client",
"version": "0.2.1",
"description": "Moxie Phonegap ==============",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/ox-it/moxie-js-client.git"
},
"author": "",
"bugs": {
"url": "https://github.com/ox-it/moxie-js-client/issues"
},
"dependencies": {
"phonegap": "~3.6.3-0.22.4",
"requirejs": "~2.2.x"
},
"devDependencies": {
"compass": "^0.1.1",
"cordova": "^5.4.1",
"grunt": "~0.4.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^1.0.3",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-requirejs": "^1.x",
"grunt-contrib-watch": "~0.4.0",
"grunt-cordovacli": "^0.8.2",
"grunt-shell": "~0.3.0",
"grunt-template-jasmine-requirejs": "^0.2.3",
"matchdep": "~0.1.1"
}
}