-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 917 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 917 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
{
"name": "colour-palette",
"version": "1.0.7",
"description": "colour palette by ant-design",
"main": "lib/colorPalette.js",
"scripts": {
"prepublishOnly": "babel src -d lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webcoding/colourPalette.git"
},
"author": "cloudyan <1395093509@qq.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/webcoding/colorPalette/issues"
},
"homepage": "https://github.com/webcoding/colorPalette#readme",
"dependencies": {
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
}
}