-
Notifications
You must be signed in to change notification settings - Fork 153
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 741 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 741 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": "pleasejs",
"version": "0.4.2",
"description": "JS library to generate random pleasing colors/color schemes",
"main": "./dist/Please.js",
"scripts": {
"test": "Please.make_color();"
},
"repository": {
"type": "git",
"url": "https://github.com/Fooidge/PleaseJS.git"
},
"keywords": [
"color",
"scheme",
"random"
],
"author": "Jordan Checkman",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fooidge/PleaseJS/issues"
},
"homepage": "https://github.com/Fooidge/PleaseJS",
"devDependencies": {
"gulp": "^3.8.9",
"gulp-bump": "^0.1.11",
"gulp-jshint": "^1.7.1",
"gulp-uglify": "^0.3.2",
"gulp-watch": "^0.6.10",
"jshint-stylish": "^0.4.0"
}
}