-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
48 lines (48 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
48
{
"name": "uploadcore",
"version": "2.3.2",
"description": "upload core",
"main": "dist/uploadcore.min.js",
"scripts": {
"build": "gulp build && gulp min && gulp flash",
"start": "npm install && gulp start",
"dev": "npm install && gulp start"
},
"repository": {
"type": "git",
"url": "[email protected]:uxcore/uploadcore.git"
},
"bugs": {
"url": "http://github.com/uxcore/uploadcore/issues"
},
"keywords": [
"react",
"es6",
"react-component",
"uxcore",
"upload",
"uploader"
],
"devDependencies": {
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"browser-sync": "^2.9.3",
"es5-shim": "^4.1.13",
"es6-promise": "^2.1.1",
"exports-loader": "^0.6.2",
"gulp": "^3.8.11",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.6",
"node-libs-browser": "^0.5.2",
"object-assign": "^2.0.0",
"spark-md5": "^1.0.0",
"webpack": "^1.8.4"
},
"author": "onbing",
"contributors": [],
"license": "MIT",
"homepage": "http://uxcore.github.io/uploadcore"
}