-
Notifications
You must be signed in to change notification settings - Fork 236
/
package.json
53 lines (53 loc) · 1.46 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
{
"name": "mootools-more",
"version": "1.6.1-dev",
"description": "MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.",
"main": "index.js",
"scripts": {
"test": "grunt default:travis --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/mootools/mootools-more.git"
},
"keywords": [
"mootools",
"browser",
"class",
"utilities",
"types",
"framework",
"DOM",
"Fx",
"Request"
],
"author": "MooTools Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/mootools/mootools-more/issues"
},
"homepage": "http://mootools.net",
"devDependencies": {
"mootools-core": "https://github.com/mootools/mootools-core/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",
"grunt-eslint": "^17.3.1",
"grunt-karma": "~0.8.0",
"load-grunt-tasks": "~0.4.0",
"requirejs": "~2.1.11",
"karma": "~0.12.0",
"karma-requirejs": "~0.2.1",
"karma-jasmine": "~0.1.5",
"karma-sinon": "~1.0.2",
"karma-sauce-launcher": "~0.2.5",
"karma-script-launcher": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.4",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-ie-launcher": "~0.1",
"karma-safari-launcher": "~0.1"
}
}