51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "fa-diagrams",
|
|
"version": "1.0.0",
|
|
"description": "SVG diagrams built from Font-Awesome icons",
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"/src",
|
|
"/dist",
|
|
"/resources.json",
|
|
"/build.js"
|
|
],
|
|
"scripts": {
|
|
"test": "jest --silent",
|
|
"prepublishOnly": "browserify --require ./resources.json:../resources.json -o dist/fa-diagrams-data.js && browserify --exclude ../resources.json src/index.js -o dist/fa-diagrams.js && uglifyjs -m -c -o dist/fa-diagrams.min.js -- dist/fa-diagrams.js && uglifyjs -m -c -o dist/fa-diagrams-data.min.js -- dist/fa-diagrams-data.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Klemek/fa-diagrams.git"
|
|
},
|
|
"keywords": [
|
|
"font-awesome",
|
|
"diagram",
|
|
"icon"
|
|
],
|
|
"author": "Klemek",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Klemek/fa-diagrams/issues"
|
|
},
|
|
"homepage": "https://github.com/Klemek/fa-diagrams#readme",
|
|
"dependencies": {
|
|
"xml-js": "^1.6.11"
|
|
},
|
|
"jest": {
|
|
"collectCoverageFrom": [
|
|
"src/**/*.js",
|
|
"!/node_modules/"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^16.3.0",
|
|
"coveralls": "^3.0.4",
|
|
"jest": "^24.8.0",
|
|
"jshint": "^2.10.2",
|
|
"node-svn-ultimate": "^1.2.0",
|
|
"rimraf": "^2.6.3",
|
|
"uglify-es": "^3.3.9",
|
|
"yaml": "^1.6.0"
|
|
}
|
|
}
|