forked from TobiasOetzel/mdSkeleton
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 898 Bytes
/
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
{
"name": "babel-openui5-module-example",
"version": "0.0.2",
"description": "babel-openui5-module-example",
"scripts": {
"test": "grunt"
},
"keywords": [],
"author": "Christian Theilemann",
"contributors": [
"Christian Theilemann <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/geekflyer/babel-openui5-module-example"
},
"dependencies": {
"babel-core": "^5.0.8"
},
"devDependencies": {
"babel-openui5-module-formatter": "0.0.2",
"eslint-plugin-openui5": "0.1.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^3.0.0",
"grunt-newer": "^1.1.0",
"grunt-openui5": "^0.5.0"
}
}