-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.08 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
{
"name": "outnet-2015",
"version": "2.7.0",
"description": "Styles for OUTNET 2015",
"repository": {
"type": "git",
"url": "git+https://github.com/NET-A-PORTER/outnet-2015.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NET-A-PORTER/outnet-2015/issues"
},
"homepage": "https://github.com/NET-A-PORTER/outnet-2015#readme",
"scripts": {
"build": "npm run build:breakpoints && npm run build:preston && npm run build:static",
"build:breakpoints": "json-sass -i device_breakpoints.json -o ./base/_breakpoints.scss -p '$breakpoints:' ",
"build:preston": "preston build --outputDir=_dist/ --configDir=_config/ --spriteDir=icons/",
"build:static": "preston-static --path=_dist/index.html",
"publish:s3": "preston publish --dir=_dist/ --configDir=_config/",
"version": "git fetch --tags && mversion",
"test": "mocha _test"
},
"dependencies": {
"json-sass": "^1.3.5",
"mocha": "^3.0.0",
"mversion": "^1.10.1",
"preston-cli": "^0.2.2",
"preston-static": "^0.2.0",
"sass-true": "^2.1.2"
}
}