-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 865 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
37
38
39
{
"name": "mx6",
"version": "6.0.8",
"description": "MXFramework v6, 100% rewritten in ES6.",
"main": "./dist/mx.js",
"engines": {
"node": "4.2.1"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --compilers js:babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MagicCube/mx6.git"
},
"keywords": [
"es6",
"framework",
"mxframework",
"mx",
"mx6",
"magiccube"
],
"author": "Henry Li <henry1943@163.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MagicCube/mx6/issues"
},
"homepage": "https://github.com/MagicCube/mx6#readme",
"devDependencies": {
"babel-core": "^5.8.35",
"babel-loader": "^5.4.0",
"jquery": "^2.2.0",
"jsdom": "^7.2.2",
"mocha": "^2.4.2",
"should": "^8.2.0",
"webpack": "^1.12.12"
}
}