-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
{
"name": "ui5-viz",
"version": "0.9.3",
"description": "Visualization",
"author": "Serban Petrescu <[email protected]>",
"repository": {
"type": "git",
"url": "https://serban-petrescu.github.io/ui5-viz/"
},
"bugs": {
"url": "https://serban-petrescu.github.io/ui5-viz/issues"
},
"keywords": [
"openui5",
"visualization"
],
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.3.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-ui5": "^6.1.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-qunit": "^1.3.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-jsdoc": "^2.1.0",
"grunt-middleware-proxy": "^1.0.7",
"grunt-openui5": "^0.11.0",
"grunt-replace": "^1.0.1",
"ink-docstrap": "^1.3.0",
"jsdoc-babel": "^0.3.0",
"typings": "^2.1.1"
},
"typeAcquisition": {
"include": [
"openui5"
]
},
"license": "Apache-2.0"
}