-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
66 lines (66 loc) · 1.71 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "foundation-docs",
"version": "0.2.2",
"description": "Common templates and utilities for the Foundation family documentation.",
"main": "index.js",
"scripts": {
"test": "npm run test:unit",
"test:unit": "mocha test/unit/*.js --compilers js:@babel/register",
"test:visual": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zurb/foundation-docs.git"
},
"keywords": [
"foundation",
"docs"
],
"author": "ZURB <[email protected]> (http://foundation.zurb.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zurb/foundation-docs/issues"
},
"homepage": "https://github.com/zurb/foundation-docs#readme",
"engines": {
"node": ">=6.4.0",
"npm": ">=2.14.2"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"handlebars": "^4.1.2",
"highlight.js": "^9.0.0",
"inky": "^1.2.6",
"js-beautify": "^1.6.2",
"kebab-case": "^1.0.0",
"lodash": "^4.17.15",
"marked": "^0.6.1",
"mkdirp": "^0.5.1",
"multiline": "^1.0.2",
"querystring": "^0.2.0",
"require-dir": "^1.0.0",
"string-template": "^1.0.0",
"strip-indent": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"autoprefixer": "^9.1.5",
"browser-sync": "^2.11.1",
"chai": "^4.1.2",
"foundation-sites": "^6.2.0",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.1",
"mocha": "^5.2.0",
"motion-ui": "^2.0.3",
"node-sass": "^4.9.3",
"panini": "^1.2.0",
"rimraf": "^2.5.2",
"striptags": "^3.1.1",
"supercollider": "^1.4.5"
}
}