-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 2.02 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 2.02 KB
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": "mahara-mobile",
"version": "3.0.0",
"description": "Mahara Mobile",
"scripts": {
"build": "./node_modules/.bin/gulp",
"devwebserver": "cd www && python -m SimpleHTTPServer && cd ..",
"cordova-init": "./node_modules/.bin/cordova create app nz.net.catalyst.maharamobile \"MaharaMobile\"",
"cordova-init-android1": "cd app && ../node_modules/.bin/cordova platform add android && cd ..",
"cordova-init-android2": "cd app && ../node_modules/.bin/cordova plugin add cordova-plugin-media cordova-plugin-file-transfer && cd ..",
"cordova-run-android": "cd app && ../node_modules/.bin/cordova run android",
"cordova-build-android": "rm -rf app/www/* && cp -R www/* app/www/ && cd app && ../node_modules/.bin/cordova build android --release --buildConfig ../cordova.json && cd .."
},
"repository": {
"type": "git",
"url": "git+https://github.com/holloway/mahara-mobile.git"
},
"author": "Matthew Hollowy <matthew@holloway.co.nz>",
"license": "SEE LICENSE IN 'LICENSE'",
"bugs": {
"url": "https://github.com/holloway/mahara-mobile/issues"
},
"homepage": "https://github.com/holloway/mahara-mobile",
"dependencies": {
"autoprefixer": "^6.0.1",
"babel": "^6.3.26",
"babel-plugin-transform-es2015-modules-amd": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"cordova": "^5.4.1",
"glob": "^7.0.3",
"grapnel": "^0.6.2",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-cssnext": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-replace": "^0.5.4",
"jquery": "^2.1.4",
"json5": "^0.5.0",
"postcss-import": "^7.1.3",
"postcss-mixins": "^3.0.2",
"postcss-nested": "^1.0.0",
"postcss-simple-vars": "^1.1.0",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-redux": "^4.0.1",
"react-select2": "^4.0.1",
"redux": "^3.0.5",
"vinyl-source-stream": "^1.1.0"
}
}