-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
42
43
44
45
46
47
48
49
50
{
"name": "fear-core-ui",
"version": "1.1.11",
"description": "Marks and Spencer core UI sass, fonts, images and assets",
"main": "index.js",
"scripts": {
"docs": "./node_modules/sassdoc/bin/sassdoc lib/sass -d _gh_pages/docs",
"pretest": "eslint tasks/",
"postpublish": "node postpublish",
"prepublish": "npm test",
"test" : "gulp lint-sass"
},
"repository": {
"type": "git",
"url": "https://github.com/DigitalInnovation/fear-core-ui.git"
},
"keywords": [
"sass",
"fonts",
"ui",
"images"
],
"author": {
"name": "Marks and Spencer",
"email": "",
"url": "http://www.marksandspencer.com/"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/DigitalInnovation/fear-core-ui/issues"
},
"homepage": "http://digitalinnovation.github.io/fear-core-ui",
"dependencies": {
"node-bourbon": "4.2.3"
},
"devDependencies": {
"eslint": "1.2.1",
"eslint-config-fear-core": "git+https://github.com/digitalinnovation/fear-core-eslint-config",
"fear-core-dev": "1.1.13",
"gh-pages" : "0.10.0",
"gulp": "3.9.0",
"gulp-sass": "2.1.0",
"sassdoc": "2.1.15",
"sassdoc-extras": "2.3.0",
"sassdoc-theme-mns": "git+ssh://[email protected]:DigitalInnovation/sassdoc-theme-mns",
"sprity": "1.0.8",
"sprity-fear": "kevinlambert/sprity-fear",
"yargs": "3.15.0"
}
}