-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 999 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
40
41
42
{
"name": "flexlay",
"version": "0.5.2",
"description": "CSS library for easy use of CSS flexbox, based on Angular Material Layout",
"main": "null",
"scripts": {
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node-sass src/flexlay.scss dist/flexlay.css && cp -r src/* dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShadowManu/flexlay.git"
},
"files": [
"dist",
"src"
],
"keywords": [
"css",
"flexbox",
"library",
"css3",
"layout",
"angular",
"material"
],
"author": "Manuel Pacheco",
"license": "MIT",
"bugs": {
"url": "https://github.com/ShadowManu/flexlay/issues"
},
"homepage": "https://github.com/ShadowManu/flexlay#readme",
"devDependencies": {
"del": "^2.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-clean-css": "^2.3.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"node-sass": "^3.8.0"
}
}