-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"version": "6.3.0",
"name": "primer-marketing",
"description": "Primer marketing packages",
"homepage": "http://primer.github.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "build/build.css",
"sass": "index.scss",
"main": "build/index.js",
"primer": {
"category": "marketing",
"module_type": "meta"
},
"files": [
"index.scss",
"build"
],
"repository": "https://github.com/primer/primer/tree/master/modules/primer-marketing",
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"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",
"publish": "../../script/notify success"
},
"dependencies": {
"primer-marketing-buttons": "1.0.10",
"primer-marketing-support": "1.5.3",
"primer-marketing-type": "1.4.10",
"primer-marketing-utilities": "1.7.0",
"primer-page-headers": "1.5.0",
"primer-page-sections": "1.5.0",
"primer-support": "4.6.1",
"primer-tables": "1.5.0"
}
}