This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
74 lines (74 loc) · 3.05 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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "reklistan",
"version": "1.0.1",
"description": "",
"main": "gulpfile.js",
"devDependencies": {
"babel-core": "^5.8.23",
"babel-plugin-object-assign": "^1.2.1",
"chai": "^2.3.0",
"chalk": "^1.0.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-cheerio": "^0.6.2",
"gulp-clone": "^1.0.0",
"gulp-debug": "^2.1.0",
"gulp-eslint": "^0.12.0",
"gulp-mocha": "^2.0.1",
"gulp-raster": "^0.1.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.1.1",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.3.5",
"lazypipe": "^0.2.3",
"merge-stream": "^0.1.7",
"mocha": "^2.2.4",
"ncp": "^2.0.0",
"replace": "^0.3.0",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.0",
"semver": "^5.0.3",
"validator": "^4.2.1"
},
"scripts": {
"postinstall": "npm run prepare:full",
"prepare:full": "npm run internal:images && npm run internal:tns-platforms-add && npm run prepare",
"prepare": "gulp cleanCompile && npm run internal:npm-install && npm run internal:tns-prepare && npm run internal:bump-predefined && npm run internal:copy-hacks",
"bump": "node bump-version.js",
"ios:open": "open ./rekapp/platforms/ios/rekapp.xcodeproj",
"ios:emulate": "cd rekapp && tns emulate ios --device iPhone-6",
"internal:copy-hacks": "ncp ./resources/hack/web-view.android.js ./rekapp/node_modules/tns-core-modules/ui/web-view/web-view.android.js",
"internal:npm-install": "cd rekapp && rimraf node_modules && npm install && cd ..",
"internal:tns-prepare": "cd rekapp && tns prepare ios && tns prepare android && cd ..",
"internal:tns-platforms-add": "cd rekapp && rimraf platforms && tns platform add ios && tns platform add android && cd ..",
"internal:bump-predefined": "npm run bump -- android 1 1.0 && npm run bump -- ios 1.0.0",
"internal:images": "gulp images"
},
"author": {
"name": "Emil Oberg"
},
"license": "WTFPL ( http://www.wtfpl.net/ )",
"bugs": {
"url": "https://github.com/emiloberg/nativescript-emulator-reload/issues"
},
"homepage": "https://github.com/emiloberg/nativescript-emulator-reload",
"repository": {
"type": "git",
"url": "https://github.com/emiloberg/nativescript-emulator-reload.git"
},
"keywords": [
"nativescript",
"gulp",
"emulator",
"reload",
"liveview",
"ios"
],
"readme": "#nativescript-emulator-reload\n\nThis small gulp script will monitor the source files of a [NativeScript](https://www.nativescript.org/) project and when a file is changed it'll rebuild and reload the emulator.\n\nCurrently only supports iOS emulators.\n\n## Install\n```\ncd /your/project/root\nnpm install nativescript-emulator-reload\n```\n\n## Run\n```\ngulp\n```\n\nor with a device flag:\n\n```\ngulp -d iPad-Retina\n```\n\nlist valid devices with `gulp help`\n\n",
"readmeFilename": "README.md",
"gitHead": "43a6ba7c6d0c7c26a3ae9d193062db28e7338147",
"_id": "[email protected]",
"_shasum": "f1d67d0bc49470755354958bbde11976c67cd726",
"_from": "nativescript-emulator-reload@*"
}