1
1
mirror of https://github.com/primer/css.git synced 2024-12-04 14:59:16 +03:00
css/modules/primer-core/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

2017-05-11 07:56:23 +03:00
{
"version": "6.10.7",
2017-05-11 07:56:23 +03:00
"name": "primer-core",
2017-11-09 20:41:18 +03:00
"description": "Primer's core modules",
"homepage": "http://primer.github.io/",
2017-05-11 07:56:23 +03:00
"author": "GitHub, Inc.",
"license": "MIT",
"style": "build/build.css",
2017-12-07 23:36:16 +03:00
"sass": "index.scss",
2017-05-11 07:56:23 +03:00
"main": "build/index.js",
2017-08-11 02:15:19 +03:00
"primer": {
"category": "core",
"module_type": "meta"
2017-08-11 02:15:19 +03:00
},
2017-05-11 07:56:23 +03:00
"files": [
"index.scss",
"build"
],
2017-11-09 20:41:18 +03:00
"repository": "https://github.com/primer/primer/tree/master/modules/primer-core",
2017-05-11 07:56:23 +03:00
"bugs": {
2017-11-09 20:41:18 +03:00
"url": "https://github.com/primer/primer/issues"
2017-05-11 07:56:23 +03:00
},
"scripts": {
"build": "../../script/npm-run primer-module-build index.scss",
"prepare": "npm run build",
"test": "npm run build",
"lint": "../../script/lint-scss",
"prepublishOnly": "../../script/notify pending",
"postpublish": "../../script/notify success"
2017-05-11 07:56:23 +03:00
},
"dependencies": {
"primer-base": "1.9.1",
"primer-box": "2.5.12",
"primer-breadcrumb": "1.5.8",
"primer-buttons": "2.6.3",
"primer-forms": "2.1.7",
"primer-layout": "1.6.1",
"primer-navigation": "1.5.10",
"primer-pagination": "1.0.6",
"primer-support": "4.7.1",
"primer-table-object": "1.4.12",
"primer-tooltips": "1.5.10",
"primer-truncate": "1.4.12",
"primer-utilities": "4.14.2"
}
2017-05-11 07:56:23 +03:00
}