-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (55 loc) · 1.15 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
54
55
56
{
"author": {
"name": "Spencer"
},
"bugs": {
"url": "https://github.com/pallyoung/mlux/issues"
},
"dependencies": {
},
"description": "react mvc框架",
"devDependencies": {
"js-type-detector":"^1.0.1",
"babel": "^6.23.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-3": "^6.22.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.1.1",
"webpack": "^2.2.1"
},
"directories": {
"example": "examples"
},
"homepage": "https://github.com/pallyoung/mlux#readme",
"keywords": [
"react",
"mvc",
"mlux"
],
"files":[
"dist/",
"src/",
"index.js",
"package.json",
"README.md",
"readme.md"
],
"license": "ISC",
"main": "index.js",
"name": "mlux",
"optionalDependencies": {},
"readme": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/pallyoung/mlux.git"
},
"scripts": {
"release":"babel ./src --out-dir ./dist && webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.2.16"
}