-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "textpattern-zurb-framework",
"description": "Textpattern templates based on Zurb Foundation for Sites framework.",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/philwareham/textpattern-zurb-foundation"
},
"bugs": {
"url": "https://github.com/philwareham/textpattern-zurb-foundation/issues"
},
"devDependencies": {
"autoprefixer": "9.7.4",
"cssnano": "4.1.10",
"grunt": "~1.0",
"grunt-cli": "~1",
"grunt-concurrent": "3.0.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-postcss": "0.9.0",
"grunt-sass": "3.0.2",
"grunt-sass-lint": "0.2.4",
"load-grunt-tasks": "~5.0.0",
"motion-ui": "2.0.3",
"node-sass": "4.12.0",
"sass-lint": "1.13.1"
},
"dependencies": {
"foundation-sites": "~6"
},
"browserslist": [
"> 0.5%",
"not ie < 11"
],
"scripts": {
"test": "grunt travis --verbose"
},
"license": "(MIT AND GPL-2.0)"
}