forked from chimpanzees/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 945 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 945 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
{
"name": "auth0-styleguide",
"version": "2.2.7",
"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"
},
"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-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-watch": "^0.6.1",
"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",
"jade": "^1.7.0",
"matchdep": "^0.3.0",
"serve": "*",
"stylus": "~0.49.3"
}
}