forked from liferay/alloy-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·36 lines (36 loc) · 992 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
35
36
{
"name": "alloy",
"description": "AlloyUI",
"version": "2.0.0",
"author": {
"name": "Eduardo Lundgren",
"email": "[email protected]",
"web": "http://www.eduardolundgren.com",
"twitter": "eduardolundgren"
},
"license": "BSD",
"repository": {
"type": "git",
"url": "[email protected]:liferay/alloy-ui.git"
},
"keywords": [
"alloy", "yui", "external", "commands", "helpers"
],
"devDependencies": {
"async": "0.2.9",
"command": "0.0.4",
"fs-extra": "~0.8.1",
"grunt": "~0.4.2",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-compass": "~0.7.0",
"grunt-contrib-compress": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-jsbeautifier": "~0.2.6",
"which": "1.0.5"
},
"engines": {
"node": ">=0.8 <0.12"
}
}