forked from liferay/alloy-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·54 lines (54 loc) · 1.21 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
{
"name": "alloy",
"description": "AlloyUI",
"version": "3.0.0",
"author": {
"name": "Eduardo Lundgren",
"email": "eduardo.lundgren@liferay.com",
"web": "http://www.eduardolundgren.com",
"twitter": "eduardolundgren"
},
"license": "BSD",
"repository": {
"type": "git",
"url": "git@github.com:liferay/alloy-ui.git"
},
"keywords": [
"alloy",
"yui",
"external",
"commands",
"helpers"
],
"devDependencies": {
"bower": "^1.3.12",
"fs-extra": "~0.12.0",
"gulp": "^3.8.5",
"gulp-cssbeautify": "~0.1.3",
"gulp-file": "^0.1.0",
"gulp-filter": "^1.0.0",
"gulp-imagemin": "^1.0.1",
"gulp-insert": "~0.4.0",
"gulp-jsbeautifier": "~0.0.2",
"gulp-jshint": "^1.8.4",
"gulp-prompt": "~0.1.1",
"gulp-replace": "~0.4.0",
"del": "~0.1.3",
"gulp-util": "^3.0.1",
"gulp-zip": "^2.0.1",
"imagemin-pngcrush": "^1.0.0",
"istanbul": "~0.3.0",
"jshint-stylish": "^1.0.0",
"open": "~0.0.5",
"require-dir": "~0.1.0",
"run-sequence": "^1.0.1",
"shifter": "~0.5.0",
"spawn-local-bin": "~0.1.4",
"yogi": "~0.1.12",
"yuidocjs": "~0.3.50"
},
"engines": {
"npm": ">=2.0.0",
"node": ">=0.11.13"
}
}