forked from mozilla/protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·53 lines (53 loc) · 1.25 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
51
52
53
{
"name": "drizzle",
"version": "0.0.1-alpha",
"private": true,
"author": "Cloud Four",
"description": "A pattern library authoring environment",
"homepage": "https://github.com/cloudfour/drizzle",
"license": "MIT",
"keywords": [
"pattern",
"styleguide",
"component",
"framework",
"boilerplate",
"html",
"ui",
"css",
"bem",
"typography"
],
"repository": {
"type": "git",
"url": "https://github.com/cloudfour/drizzle.git"
},
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"@cloudfour/gulp-tasks": "^2.0.1",
"@cloudfour/hbs-helpers": "^0.6.1",
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"doctoc": "^1.1.1",
"drizzle-builder": "0.0.10",
"eslint": "^2.7.0",
"eslint-config-xo-space": "^0.12.0",
"eslint-plugin-babel": "^3.2.0",
"gulp": "^3.9.1",
"gulp-cli": "^2.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-util": "^3.0.7",
"prismjs": "^1.4.1",
"gulp-sass": "3.1.0"
},
"scripts": {
"prestart": "npm install",
"start": "gulp --dev",
"build": "npm run prestart && gulp",
"docs": "doctoc --title \"### Contents\" --maxlevel 2 docs/README.md"
}
}