Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit d084595

Browse files
committed
Build: Follow style guide and use tabs not spaces in package.json
1 parent 4a58c17 commit d084595

File tree

1 file changed

+58
-58
lines changed

1 file changed

+58
-58
lines changed

package.json

+58-58
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
{
2-
"name": "css-chassis",
3-
"title": "Chassis",
4-
"description": "An attempt at creating open standards designed for CSS libraries, JavaScript UI libraries, and web developers in general",
5-
"version": "0.0.1-pre",
6-
"author": {
7-
"name": "jQuery Foundation and other contributors",
8-
"url": "https://github.com/jquery/css-chassis/blob/master/AUTHORS.txt"
9-
},
10-
"maintainers": [
11-
{
12-
"name": "Sarah Frisk",
13-
"email": "sarah@sarahfrisk.net",
14-
"url": "http://sarahfrisk.net"
15-
},
16-
{
17-
"name": "Alexander Schmitz",
18-
"email": "arschmitz@gmail.com",
19-
"url": "http://arschmitz.me"
20-
},
21-
{
22-
"name": "Chris Bracco",
23-
"email": "chris@cbracco.me",
24-
"url": "http://cbracco.me"
25-
}
26-
],
27-
"repository": {
28-
"type": "git",
29-
"url": "git://github.com/jquery/css-chassis.git"
30-
},
31-
"bugs": "http://github.com/jquery/css-chassis/issues/",
32-
"licenses": [
33-
{
34-
"type": "MIT",
35-
"url": "https://github.com/jquery/css-chassis/blob/master/LICENSE.txt"
36-
}
37-
],
38-
"scripts": {
39-
"build": "npm install && grunt build",
40-
"start": "grunt watch",
41-
"test": "grunt"
42-
},
43-
"dependencies": {},
2+
"name": "css-chassis",
3+
"title": "Chassis",
4+
"description": "An attempt at creating open standards designed for CSS libraries, JavaScript UI libraries, and web developers in general",
5+
"version": "0.0.1-pre",
6+
"author": {
7+
"name": "jQuery Foundation and other contributors",
8+
"url": "https://github.com/jquery/css-chassis/blob/master/AUTHORS.txt"
9+
},
10+
"maintainers": [
11+
{
12+
"name": "Sarah Frisk",
13+
"email": "sarah@sarahfrisk.net",
14+
"url": "http://sarahfrisk.net"
15+
},
16+
{
17+
"name": "Alexander Schmitz",
18+
"email": "arschmitz@gmail.com",
19+
"url": "http://arschmitz.me"
20+
},
21+
{
22+
"name": "Chris Bracco",
23+
"email": "chris@cbracco.me",
24+
"url": "http://cbracco.me"
25+
}
26+
],
27+
"repository": {
28+
"type": "git",
29+
"url": "git://github.com/jquery/css-chassis.git"
30+
},
31+
"bugs": "http://github.com/jquery/css-chassis/issues/",
32+
"licenses": [
33+
{
34+
"type": "MIT",
35+
"url": "https://github.com/jquery/css-chassis/blob/master/LICENSE.txt"
36+
}
37+
],
38+
"scripts": {
39+
"build": "npm install && grunt build",
40+
"start": "grunt watch",
41+
"test": "grunt"
42+
},
43+
"dependencies": {},
4444

4545
"devDependencies": {
46-
"browser-perf": "1.2.3",
47-
"chromedriver": "2.13.0",
46+
"browser-perf": "1.2.3",
47+
"chromedriver": "2.13.0",
4848
"commitplease": "2.0.0",
49-
"ejs-template": "0.1.0",
50-
"glob": "4.4.2",
51-
"grunt": "0.4.5",
52-
"grunt-autoprefixer": "2.1.0",
49+
"ejs-template": "0.1.0",
50+
"glob": "4.4.2",
51+
"grunt": "0.4.5",
52+
"grunt-autoprefixer": "2.1.0",
5353
"grunt-contrib-jshint": "0.10.0",
5454
"grunt-contrib-connect": "0.9.0",
55-
"grunt-contrib-watch": "0.6.1",
56-
"grunt-git-authors": "2.0.0",
57-
"grunt-html": "1.6.0",
58-
"grunt-jscs": "0.6.2",
59-
"grunt-sass": "0.17.0",
60-
"grunt-selenium-server": "0.1.2",
61-
"grunt-svgmin": "2.0.0",
62-
"grunt-svgstore": "0.5.0",
63-
"load-grunt-tasks": "3.1.0",
64-
"perfjankie": "1.2.2"
55+
"grunt-contrib-watch": "0.6.1",
56+
"grunt-git-authors": "2.0.0",
57+
"grunt-html": "1.6.0",
58+
"grunt-jscs": "0.6.2",
59+
"grunt-sass": "0.17.0",
60+
"grunt-selenium-server": "0.1.2",
61+
"grunt-svgmin": "2.0.0",
62+
"grunt-svgstore": "0.5.0",
63+
"load-grunt-tasks": "3.1.0",
64+
"perfjankie": "1.2.2"
6565
},
6666
"keywords": []
6767
}

0 commit comments

Comments
 (0)