-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 921 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 921 Bytes
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
{
"name": "textpattern-uikit",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/philwareham/textpattern-uikit"
},
"bugs": {
"url": "https://github.com/philwareham/textpattern-uikit/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": "1.1.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-postcss": "0.9.0",
"grunt-sass": "3.1.0",
"grunt-sass-lint": "0.2.4",
"load-grunt-tasks": "~5.1.0",
"node-sass": "4.10.0",
"sass-lint": "1.13.1"
},
"dependencies": {
"uikit": "3.3.3"
},
"browserslist": [
"> 0.5%",
"not ie < 11"
],
"scripts": {
"test": "grunt travis --verbose"
},
"license": "(MIT AND GPL-2.0)"
}