icomoon-build
Version:
Build IcoMoon project in Node
36 lines (35 loc) • 701 B
JSON
{
"name": "icomoon-build",
"version": "0.2.8",
"description": "Build IcoMoon project in Node",
"main": "./lib/icomoon",
"scripts": {
"test": "grunt"
},
"bin": {
"icomoon-build": "./bin/icomoon-build"
},
"repository": {
"type": "git",
"url": "https://github.com/SAPikachu/icomoon-build.git"
},
"keywords": [
"icomoon",
"icon",
"cli",
"scss",
"less"
],
"author": "Joe Hu <i@sapika.ch>",
"license": "MIT",
"dependencies": {
"adm-zip": "~0.4.3",
"phantomjs-prebuilt": "^2.1.7",
"optimist": "~0.6.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"load-grunt-tasks": "~0.2.1"
}
}