-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.17 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
{
"name": "@nycopportunity/patterns-framework",
"version": "1.0.4",
"description": "The framework is a collection of tools and principles used to make creating pattern libraries fun for developers, transparent for teams, and sustainable beyond the lifecycle of digital products.",
"license": "GPL-3.0+",
"repository": {
"type": "git",
"url": "https://github.com/NYCOpportunity/patterns-framework"
},
"scripts": {
"start": "cross-env NODE_ENV=development concurrently \"pttrn -w\" \"pttrn serve -w\" -p \"none\"",
"version": "npm run default && git add .",
"prepublishOnly": "git push && git push --tags",
"ghpages": "npm run default && cross-env NODE_ENV=production pttrn publish",
"default": "cross-env NODE_ENV=production pttrn",
"meta": "pttrn meta"
},
"devDependencies": {
"@nycopportunity/patterns": "^2.6.14",
"@nycopportunity/pttrn": "latest",
"@nycopportunity/pttrn-scripts": "^1.0.7",
"@optoolco/tonic": "^13.3.6",
"animate.scss": "0.0.6",
"http-proxy-agent": "^5.0.0",
"octokit": "^1.7.0"
},
"dependencies": {
"@nycopportunity/pattern-elements": "file:../../nycopportunity/pattern-elements"
}
}