-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 784 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 784 Bytes
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
{
"name": "melon-classname",
"version": "0.1.6",
"description": "classname util for melon",
"main": "lib/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": {},
"dependencies": {
"babel-core": "^5.8.34"
}
}