-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.72 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
{
"name": "styleguide",
"version": "1.1.588",
"description": "Based on PatternLab and Foundation - [Pattern Lab Website](http://patternlab.io/) - [About Pattern Lab](http://patternlab.io/about.html) - [Documentation](http://patternlab.io/docs/index.html) - [Demo](http://demo.patternlab.io/)",
"main": "source/js/inc/app.js",
"devDependencies": {
"ajv": "^5.2.2",
"autoprefixer": "^6.0.3",
"exports-loader": "0.6.3",
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-copy": "~0.1.0",
"grunt-git": "^0.3.5",
"grunt-githooks": "^0.3.1",
"grunt-postcss": "^0.6.0",
"grunt-release": "^0.13.0",
"grunt-sass": "^3.1.0",
"grunt-shell": "~1.1.2",
"grunt-svgmin": "^2.0.1",
"grunt-svgstore": "^0.5.0",
"grunt-webpack": "^3.0.2",
"imports-loader": "^0.6.4",
"node-sass": "^5.0.0",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/kiva/styleguide.git"
},
"author": "Kiva.org",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/kiva/styleguide/issues"
},
"dependencies": {
"coffee-script": "^1.12.7",
"fastclick": "~1.0.6",
"foundation-sites": "~5.5.3",
"jquery": "~2.1.3",
"jquery-lazyload": "~1.9.7",
"nouislider": "~7.0.10",
"npm-modernizr": "~2.8.3",
"numeral": "~2.0.4",
"select2": "~4.0.1",
"slick-carousel": "~1.5.8",
"typeahead.js": "~0.11.1",
"webstorage": "github:kiva/WebStorage"
}
}