-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.35 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.35 KB
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
{
"name": "melon-lite",
"version": "0.1.1",
"description": "melon with lite theme that ie8+ supported",
"main": "src/index.js",
"scripts": {
"lint": "fecs src",
"build:amd": "sh tool/build-amd.sh",
"build:commonjs": "sh tool/build-commonjs.sh",
"build": "npm run build:amd && npm run build:commonjs"
},
"author": {
"name": "ludafa",
"email": "ludafa@outlook.com"
},
"edp": {
"wwwroot": "/",
"depDir": "dep",
"srcDir": "src",
"loaderAutoConfig": "js,htm,html,tpl,vm,phtml",
"loaderUrl": "http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-2/esl.js",
"dependencies": {}
},
"license": "MIT",
"directories": {
"doc": "doc",
"test": "test"
},
"devDependencies": {
"babel-core": "^6.2.1",
"babel-plugin-external-helpers-2": "^6.1.18",
"babel-plugin-syntax-object-rest-spread": "^6.3.13",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
"babel-plugin-transform-es2015-block-scoping": "^6.3.13",
"babel-plugin-transform-es2015-destructuring": "^6.3.15",
"babel-plugin-transform-es2015-spread": "^6.3.14",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-plugin-transform-es2015-parameters": "^6.3.13",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.3.13"
},
"peerDependencies": {
"melon-core": "^0.1.0"
}
}