|
1 | 1 | {
|
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": {}, |
44 | 44 |
|
45 | 45 | "devDependencies": {
|
46 |
| - "browser-perf": "1.2.3", |
47 |
| - "chromedriver": "2.13.0", |
| 46 | + "browser-perf": "1.2.3", |
| 47 | + "chromedriver": "2.13.0", |
48 | 48 | "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", |
53 | 53 | "grunt-contrib-jshint": "0.10.0",
|
54 | 54 | "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" |
65 | 65 | },
|
66 | 66 | "keywords": []
|
67 | 67 | }
|
0 commit comments