-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "ui-mcalendar",
"version": "1.2.3",
"description": "移动端日期组件",
"main": "webpack.config.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"calendar"
],
"author": "alanzhang",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"css-loader": "^0.25.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-plumber": "^1.1.0",
"http-server": "^0.9.0",
"style-loader": "^0.13.1",
"text-loader": "0.0.1",
"vinyl-named-with-path": "^1.0.0",
"webpack": "^1.13.2",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"underscore": "^1.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlanZhang001/ui-mcalendar.git"
},
"bugs": {
"url": "https://github.com/AlanZhang001/ui-mcalendar/issues"
},
"scripts":{
"prestart":"npm install",
"start":"http-server ./ -a localhost -p 8000 -c-1 -o"
},
"homepage": "https://github.com/AlanZhang001/ui-mcalendar#readme"
}