forked from mootools/mootools-core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.34 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-core",
"version": "1.6.1-dev",
"description": "MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.",
"main": "dist/mootools-core.js",
"scripts": {
"test": "grunt default"
},
"repository": {
"type": "git",
"url": "https://github.com/mootools/mootools-core.git"
},
"keywords": [
"mootools",
"browser",
"class",
"utilities",
"types",
"framework",
"DOM",
"Fx",
"Request"
],
"author": "MooTools Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/mootools/mootools-core/issues"
},
"homepage": "http://mootools.net",
"devDependencies": {
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-eslint": "^17.3.1",
"grunt-karma": "^0.11.1",
"grunt-mocha-test": "^0.12.7",
"grunt-mootools-packager": "^0.4.0",
"karma": "^0.12.37",
"karma-expect": "^1.1",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sauce-launcher": "^0.2.14",
"karma-sinon-ie": "^1.0",
"load-grunt-tasks": "^3.2",
"mocha": "^2.3",
"phantomjs": "^1.9",
"promises-aplus-tests": "^2.1",
"sinon": "~1.14",
"syn": "^0.1.2"
}
}