-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
39 lines (39 loc) · 996 Bytes
/
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
{
"name": "angled-edges",
"description": "Add a consistent angled edge to a full width element.",
"version": "1.0.0",
"main": "assets/styles/angled-edges.scss",
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NigelOToole/angled-edges.git"
},
"keywords": [
"sass",
"mixin",
"angled",
"clip-path",
"css"
],
"author": "Nigel O Toole <[email protected]> (http://www.purestructure.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/NigelOToole/angled-edges/issues"
},
"homepage": "https://github.com/NigelOToole/angled-edges#readme",
"engines": {
"node": ">=4"
},
"devDependencies": {
"browser-sync": "^2.2.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.0",
"gulp-sourcemaps": "^1.5.0"
}
}