2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-16 09:37:09 +00:00
iconify/package.json
2017-03-22 16:32:13 +02:00

31 lines
733 B
JSON

{
"name": "simple-svg",
"description": "SVG framework designed to replace glyph web fonts",
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (artodia.com)",
"version": "0.0.6",
"license": "MIT",
"keywords": [
"svg",
"icons",
"icon",
"ui"
],
"repository": {
"type": "git",
"url": "git://github.com/simplesvg/simple-svg.git"
},
"scripts": {
"pretest": "node build/tests",
"test": "mocha tests/**/*_test.js",
"posttest": "echo \"Open tests.html in browser to run browser tests.\"",
"build": "node build/all",
"prepublish": "node build/all"
},
"devDependencies": {
"chai": "^3.5.0",
"glob": "^7.1.1",
"mocha": "^3.2.0",
"uglify-js": "^2.7.5"
}
}