-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.07 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.07 KB
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
{
"name": "ghost-grid",
"version": "0.1.0alpha",
"description": "A tool for visualizing fluid grids during development.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Reklino/blooby-grid.git"
},
"keywords": [
"grid",
"guide",
"guides",
"ruler",
"baseline",
"layout"
],
"author": "Reklino",
"license": "MIT",
"bugs": {
"url": "https://github.com/Reklino/blooby-grid/issues"
},
"homepage": "https://github.com/Reklino/blooby-grid",
"devDependencies": {
"browser-sync": "^2.7.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-js-prettify": "^0.1.0",
"gulp-jshint": "^1.11.0",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.2.0",
"susy": "^2.2.3",
"waypoints": "^3.1.1"
},
"dependencies": {
"angular": "^1.4.3",
"angular-resizable": "^1.1.0"
}
}