-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
35 lines (35 loc) · 1019 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
{
"name": "behavior",
"version": "1.5.9",
"description": "Auto-instantiat widgets/classes based on parsed, declarative HTML with MooTools.",
"main": "behavior.js",
"repository": {
"type": "git",
"url": "https://github.com/anutron/behavior.git"
},
"keywords": [
"mootools",
"behavior",
"ui"
],
"author": "Aaron Newton",
"license": "MIT",
"bugs": {
"url": "https://github.com/anutron/behavior/issues"
},
"homepage": "http://http://www.behaviorui.com/",
"devDependencies": {
"mootools-core": "https://github.com/mootools/mootools-core/tarball/master",
"mootools-more": "https://github.com/mootools/mootools-more/tarball/master",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.13",
"grunt-mootools-packager": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.7.0",
"load-grunt-tasks": "~0.4.0",
"grunt-karma": "~0.8.0",
"karma": "~0.12.0",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.2"
}
}