forked from SAP-archive/grunt-openui5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.07 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
{
"name": "grunt-openui5",
"version": "0.7.0",
"description": "Grunt tasks around OpenUI5",
"scripts": {
"test": "grunt"
},
"files": [
"tasks",
"LICENSE.txt"
],
"repository": {
"type": "git",
"url": "https://github.com/SAP/grunt-openui5.git"
},
"keywords": [
"gruntplugin",
"openui5"
],
"author": "SAP SE",
"license": {
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"async": "^0.9.0",
"connect-inject": "^0.3.2",
"connect-openui5": "^0.4.0",
"cors": "^2.5.3",
"less-openui5": "^0.1.1",
"maxmin": "^1.0.1",
"multiline": "^1.0.2",
"pretty-data": "^0.40.0",
"slash": "^1.0.0",
"uglify-js": "^2.4.17",
"url-join": "0.0.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-eslint": "^9.0.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "1.21.4"
},
"peerDependencies": {
"grunt": "~0.4.5"
}
}