forked from shssoichiro/oxipng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 887 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
{
"name": "oxipng",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/shssoichiro/oxipng.svg?branch=master)](https://travis-ci.org/shssoichiro/oxipng) [![Version](https://img.shields.io/crates/v/oxipng.svg)](https://crates.io/crates/oxipng) [![License](https://img.shields.io/crates/l/oxipng.svg)](https://github.com/shssoichiro/oxipng/blob/master/LICENSE)",
"main": "index.js",
"private": true,
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shssoichiro/oxipng.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shssoichiro/oxipng/issues"
},
"homepage": "https://github.com/shssoichiro/oxipng#readme",
"devDependencies": {
"strip-ansi-cli": "^3.0.0"
}
}