-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 2.13 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
{
"name": "MicroTalk",
"version": "0.0.1",
"description": "Crowdsourcing",
"scripts": {
"make": "./node_modules/.bin/gulp",
"test": "npm run-script make && ./node_modules/.bin/gulp test",
"test-windows": "npm run-script make && node_modules\\.bin\\gulp test",
"webdriver": "./node_modules/.bin/gulp webdriver",
"webdriver-windows": "node_modules\\.bin\\gulp webdriver",
"serve": "./node_modules/.bin/gulp serve",
"pg-android": "npm run-script pg-copy && cd _cordova && ../node_modules/.bin/phonegap run android --verbose && cd ../",
"pg-android-windows": "npm run-script pg-copy && cd _cordova && ..\\node_modules\\.bin\\phonegap run android --verbose && cd ..",
"pg-ios": "npm run-script pg-copy && cd _cordova && ../node_modules/.bin/phonegap run ios --verbose && cd ../",
"pg-setup": "./node_modules/.bin/phonegap create _cordova/ && cd _cordova && ../node_modules/.bin/phonegap plugin add org.apache.cordova.inappbrowser && ../node_modules/.bin/phonegap plugin add https://github.com/apache/cordova-plugin-whitelist.git && cd ..",
"pg-setup-windows": "node_modules\\.bin\\phonegap create _cordova && cd _cordova && ..\\node_modules\\.bin\\phonegap plugin add org.apache.cordova.inappbrowser && ..\\node_modules\\.bin\\phonegap plugin add https://github.com/apache/cordova-plugin-whitelist.git && cd ..",
"pg-copy": "cp -R bin/client/static/* _cordova/www && cp -R src/client/cordova_config/* _cordova/"
},
"dependencies": {
"browserify": "latest",
"connect": "latest",
"firebase": "latest",
"formsy-material-ui": "^0.5.0",
"gulp": "latest",
"gulp-istanbul": "latest",
"gulp-nodeunit": "latest",
"gulp-typescript": "latest",
"gulp-webdriver": "latest",
"jquery": "latest",
"material-ui": "latest",
"mocha": "latest",
"phonegap": "latest",
"react": "latest",
"react-dom": "latest",
"react-tap-event-plugin": "latest",
"reactify": "latest",
"selenium-standalone": "latest",
"serve-static": "latest",
"ts-md5": "latest",
"vinyl-source-stream": "latest",
"webdriverio": "latest"
},
"author": "Aaron Nech",
"license": "N/A"
}