UNPKG

1.37 kBJSONView Raw
1{
2 "name": "shibori",
3 "description": "Shared assets for Heroku properties",
4 "version": "2.4.0",
5 "scripts": {
6 "start": "gulp default && node index.js",
7 "serve": "gulp serve",
8 "dist": "gulp dist"
9 },
10 "dependencies": {
11 "node-bourbon": "^4.2.3"
12 },
13 "keywords": [
14 "Pattern Lab",
15 "Atomic Web Design",
16 "Node",
17 "Grunt",
18 "Javascript"
19 ],
20 "repository": {
21 "type": "git",
22 "url": "git://github.com/heroku/shibori.git"
23 },
24 "engines": {
25 "node": ">=4"
26 },
27 "bugs": {
28 "url": "https://github.com/heroku/shibori/issues"
29 },
30 "homepage": "https://github.com/heroku/shibori#readme",
31 "main": "index.js",
32 "directories": {
33 "doc": "docs",
34 "test": "test"
35 },
36 "files": [
37 "dist"
38 ],
39 "devDependencies": {
40 "browser-sync": "^2.8.2",
41 "del": "^1.2.1",
42 "diveSync": "^0.2.1",
43 "ejs": "2.3.3",
44 "express": "^4.13.3",
45 "fs-extra": "^0.14.0",
46 "glob": "^4.3.5",
47 "gulp": "^3.8.8",
48 "gulp-copy": "0.0.2",
49 "gulp-header": "^1.0.5",
50 "gulp-load": "^0.1.1",
51 "gulp-nodeunit": "0.0.5",
52 "gulp-replace": "^0.5.4",
53 "gulp-sass": "^2.0.4",
54 "gulp-strip-banner": "0.0.2",
55 "html-entities": "^1.1.1",
56 "mustache": "^1.0.0",
57 "node-neat": "^1.7.2",
58 "owl.carousel": "^2.1.4"
59 },
60 "author": "marketing-web-ops@heroku.com",
61 "license": "SEE LICENSE IN LICENSE"
62}