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
31 lines (31 loc) · 830 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 830 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
{
"name": "auth0-styleguide",
"version": "2.0.9",
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "git://github.com/auth0/lock"
},
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
"scripts": {},
"dependencies": {},
"devDependencies": {
"bump": "git://github.com/ianstormtaylor/bump",
"grunt": "^0.4.5",
"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-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"
}
}