-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "alphaAwesomeness",
"version": "0.0.0",
"description": "Generate custom image fillers. Set the alpha stream to generate transparent filler images.",
"main": "index.js",
"dependencies": {
"ejs": "^2.3.1",
"express": "^4.12.4",
"node-png": "^0.4.3"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-less": "^3.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/ordonezalex/alphaAwesomeness.js.git"
},
"keywords": [
"image",
"filler",
"generate",
"awesomeness",
"alpha",
"transparent"
],
"contributors": [
"Austin Mayer (https://github.com/austinemayer)",
"Alex Ordonez <[email protected]> (http://ordonezalex.com/)"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/ordonezalex/alphaAwesomeness.js/issues"
},
"homepage": "https://github.com/ordonezalex/alphaAwesomeness.js"
}