dolibarr/htdocs/theme/common/octicons/package.json

35 lines
812 B
JSON
Raw Permalink Normal View History

2017-02-09 14:42:15 +01:00
{
"name": "octicons",
"version": "8.1.0",
2017-02-09 14:42:15 +01:00
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://octicons.github.com",
"author": "GitHub Inc.",
2018-04-15 11:27:12 +02:00
"license": "MIT",
"style": "index.scss",
2017-02-09 14:42:15 +01:00
"main": "index.js",
"files": [
"index.js",
2018-04-15 11:27:12 +02:00
"index.scss",
2017-02-09 14:42:15 +01:00
"build"
],
"repository": "https://github.com/primer/octicons.git",
"bugs": {
"url": "https://github.com/primer/octicons/issues"
},
"scripts": {
2018-04-15 11:27:12 +02:00
"publish": "../../script/notify success",
"prepublishOnly": "../../script/notify pending",
"prepare": "cp -R ../build . && cp index.scss build/build.css",
"test": "ava --verbose 'tests/*.js'"
2017-02-09 14:42:15 +01:00
},
"keywords": [
"GitHub",
"icons",
"svg",
"octicons"
2018-04-15 11:27:12 +02:00
],
"dependencies": {
"object-assign": "^4.1.1"
}
2017-02-09 14:42:15 +01:00
}