-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 999 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 999 Bytes
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
{
"name": "ti.test",
"version": "1.0.0",
"description": "Hyperloop based example module for Titanium Mobile.",
"author": "Appcelerator, Inc.",
"copyright": "Copyright (c) 2016 by Appcelerator",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/appcelerator/hyperloop-module-template"
},
"keywords": [
"appcelerator",
"titanium",
"hyperloop"
],
"scripts": {
"build": "gulp build",
"prepublish": "gulp clean build",
"test": "NODE_PATH=./test/mocks gulp test-exec"
},
"engines": {
"titanium": ">=6.0.0"
},
"devDependencies": {
"babel-eslint": "^6.0.2",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.6.5",
"del": "^2.2.0",
"eslint": "^2.8.0",
"estraverse-fb": "^1.3.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"should": "^8.2.2"
}
}