-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 909 Bytes
/
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
{
"name": "jpalette",
"version": "1.0.4",
"description": "Small Javascript library to generate a color palette.",
"main": "src/index.js",
"scripts": {
"build": "webpack --progress --config webpack.prod.js",
"dev": "webpack --progress --config webpack.dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsrdescamps/jpalette.git"
},
"keywords": [
"color",
"palette",
"generator"
],
"author": "Julien Descamps",
"license": "ISC",
"bugs": {
"url": "https://github.com/jsrdescamps/jpalette/issues"
},
"homepage": "https://github.com/jsrdescamps/jpalette#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel-loader": "^8.0.5",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-merge": "^4.2.1"
}
}