forked from auth0/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.06 KB
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
{
"name": "auth0-styleguide",
"version": "4.4.18",
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "git://github.com/auth0/lock"
},
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
"scripts": {
"start": "serve --port ${PORT:-3000} ./build",
"postinstall": "grunt build"
},
"dependencies": {
"serve": "^1.4.0"
},
"devDependencies": {
"bump-version": "^0.5.0",
"grunt": "^0.4.5",
"grunt-aws-s3": "^0.14.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-http": "^1.5.0",
"grunt-maxcdn": "https://github.com/siacomuzzi/grunt-maxcdn/tarball/0.0.1",
"grunt-s3": "~0.2.0-alpha.3",
"grunt-shell": "^0.7.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cssmin": "^0.1.7",
"gulp-jade": "^1.1.0",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-server-livereload": "^1.7.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.3.1",
"jade": "^1.7.0",
"matchdep": "^0.3.0",
"stylus": "~0.54.0"
}
}