-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "behavior-ui",
"version": "0.4.33",
"description": "Behavior filters and UI Patterns for the Behavior framework.",
"main": "dist/behavior-ui.js",
"repository": {
"type": "git",
"url": "https://github.com/behavior-ui/behavior-ui.git"
},
"keywords": [
"mootools",
"behavior",
"ui",
"bootstrap"
],
"author": "Aaron Newton, Davy Wentworth",
"license": "MIT",
"bugs": {
"url": "https://github.com/behavior-ui/behavior-ui/issues"
},
"scripts": {
"postinstall": "bower cache clean && bower install && bower update"
},
"homepage": "http://thanx.com",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-bower-task": "^0.3.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-less": "~0.11.3",
"grunt-debug-task": "^0.1.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-mootools-packager": "https://github.com/anutron/grunt-mootools-packager/tarball/master",
"load-grunt-tasks": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~2.3",
"grunt-contrib-cssmin": "~0.10.0"
}
}