forked from eclipsesource/tabris-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.65 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
{
"name": "tabris",
"version": "3.3.0",
"description": "Mobile apps with native UIs in JavaScript",
"keywords": [
"native",
"mobile",
"ios",
"android"
],
"license": "BSD-3-Clause",
"homepage": "http://tabrisjs.com/",
"repository": {
"type": "git",
"url": "https://github.com/eclipsesource/tabris-js.git"
},
"devDependencies": {
"@types/fs-extra": "^8.0.0",
"@types/mocha": "^5.2.6",
"@types/sinon": "^7.0.11",
"@types/sinon-chai": "^3.2.2",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoping": "^6.15.0",
"babel-plugin-transform-es2015-classes": "^6.14.0",
"babel-plugin-transform-es2015-computed-properties": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.14.0",
"babel-plugin-transform-es2015-parameters": "^6.17.0",
"babel-plugin-transform-es2015-shorthand-properties": "^6.8.0",
"babel-plugin-transform-es2015-template-literals": "^6.8.0",
"chai": "^4.1.0",
"eslint": "^4.3.0",
"format-json": "^1.0.3",
"fs-extra": "^4.0.3",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-exec": "^2.0.0",
"json-schema-to-typescript": "^5.5.0",
"jsonschema": "^1.2.4",
"mocha": "^4.0.1",
"rollup": "^0.52.1",
"rollup-plugin-inject": "2.0.0",
"sinon": "^4.1.3",
"sinon-chai": "^2.11.0",
"ts-node": "^7.0.0",
"tslint": "^5.16.0",
"typescript": "3.3.x",
"uglify-es": "^3.0.27"
},
"scripts": {
"test": "grunt test"
}
}