mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 13:54:25 +00:00
chore: Add license to package.json and use mustache from node_modules
This commit is contained in:
10
package.json
10
package.json
@@ -21,12 +21,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/lokesh/color-thief.git"
|
"url": "https://github.com/lokesh/color-thief.git"
|
||||||
},
|
},
|
||||||
"licenses": [
|
"license": "MIT",
|
||||||
{
|
|
||||||
"type": "MIT",
|
|
||||||
"url": "https://raw.githubusercontent.com/lokesh/color-thief/master/LICENSE/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node ./build/build.js",
|
"build": "node ./build/build.js",
|
||||||
"dev": "./node_modules/http-server/bin/http-server",
|
"dev": "./node_modules/http-server/bin/http-server",
|
||||||
@@ -38,7 +33,8 @@
|
|||||||
"@node-minify/uglify-es": "^4.0.5",
|
"@node-minify/uglify-es": "^4.0.5",
|
||||||
"cypress": "^3.3.1",
|
"cypress": "^3.3.1",
|
||||||
"eslint": "^5.16.0",
|
"eslint": "^5.16.0",
|
||||||
"http-server": "^0.11.1"
|
"http-server": "^0.11.1",
|
||||||
|
"mustache": "^3.0.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.15.3"
|
"node": ">=10.15.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user