This repository has been archived by the owner on Jul 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 1.95 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
67
68
69
70
71
72
73
{
"name": "SKELETOR",
"description": "Boilerplate and build tools for a front-end web project",
"license": "MIT",
"version": "5.0.7",
"bugs": "https://github.com/degdigital/skeletor/issues",
"author": "Ryan Heap <heaper@gmail.com>",
"contributors": [
"Aaron Ladage <aladage@gmail.com>",
"Brian Graves <bgraves20@gmail.com>",
"Joseph Lawhorn <proselyte@gmail.com>"
],
"keywords": [
"boilerplate",
"build tools",
"Pattern Lab",
"JSPM",
"PostCSS"
],
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/degdigital/skeletor.git"
},
"dependencies": {
"autoprefixer": "^7.1.1",
"csswring": "^6.0.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.8.0",
"grunt-prettify": "^0.4.0",
"grunt-shell": "^2.1.0",
"grunt-string-replace": "^1.3.0",
"grunt-sync": "^0.6.2",
"gruntify-eslint": "^4.0.0",
"jspm": "^0.16.53",
"patternlab-node": "^2.9.3",
"postcss": "^6.0.3",
"postcss-calc": "^6.0.0",
"postcss-color-function": "^4.0.0",
"postcss-custom-media": "^6.0.0",
"postcss-custom-properties": "^6.0.1",
"postcss-custom-selectors": "^4.0.1",
"postcss-easy-import": "^2.1.0",
"postcss-mixins": "^6.0.1",
"postcss-nested": "^1.0.1",
"postcss-place": "^1.0.2",
"styleguidekit-assets-default": "^3.4.0",
"styleguidekit-mustache-default": "^3.1.0",
"time-grunt": "^1.4.0"
},
"jspm": {
"directories": {
"baseURL": "source/js"
},
"dependencies": {},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"browserslist": [
"last 2 versions"
]
}