forked from OnsenUI/OnsenUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 2.98 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "onsenui",
"version": "2.0.4",
"description": "HTML5 Mobile Framework & UI Components",
"private": false,
"author": "@kruyvanna",
"contributors": [
{
"name": "Mitsunori KUBOTA",
"email": "[email protected]",
"url": "http://anatoo.jp"
},
{
"name": "Andreas Argelius",
"email": "[email protected]"
},
{
"name": "Ataru Otoh",
"email": "[email protected]"
}
],
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/OnsenUI/OnsenUI"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://github.com/OnsenUI/OnsenUI/issues"
},
"keywords": [
"phonegap",
"cordova",
"web-components",
"react",
"components",
"angular",
"angular2",
"hybrid",
"app",
"ui",
"mobile",
"onsen",
"onsenui"
],
"homepage": "https://onsen.io/",
"main": "js/onsenui.js",
"typings": "js/onsenui.d.ts",
"devDependencies": {
"babel-eslint": "^6.0.3",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-rollup": "^1.2.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"browser-sync": "^2.13.0",
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"chai-spies": "^0.7.1",
"eslint": "^2.12.0",
"event-stream": "^3.3.2",
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.0",
"gulp-chmod": "^1.3.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^4.1.0",
"gulp-download": "0.0.1",
"gulp-eslint": "^2.0.0",
"gulp-header": "^1.7.1",
"gulp-html2js": "^0.4.2",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.0.1",
"gulp-protractor": "^2.4.0",
"gulp-remember": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-unzip": "^0.1.3",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.0.2",
"jsonschema": "^1.0.3",
"karma": "^0.13.19",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chai-as-promised": "^0.1.2",
"karma-chai-spies": "^0.1.4",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-junit-reporter": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.1.0",
"mkpath": "^1.0.0",
"mocha": "^2.5.3",
"protractor": "^4.0.10",
"rollup": "^0.36.3",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^5.0.5",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-stream": "^1.14.0",
"run-sequence": "^1.2.1",
"typescript": "^1.8.10",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"wcdoc": "^0.1.18"
}
}