This repository has been archived by the owner on Dec 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
64 lines (64 loc) · 1.74 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "css-chassis",
"title": "Chassis",
"description": "An attempt at creating open standards designed for CSS libraries, JavaScript UI libraries, and web developers in general",
"version": "0.0.1",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/css-chassis/blob/master/AUTHORS.txt"
},
"maintainers": [
{
"name": "Sarah Frisk",
"email": "sarah@sarahfrisk.net",
"url": "http://sarahfrisk.net"
},
{
"name": "Alexander Schmitz",
"email": "arschmitz@gmail.com",
"url": "http://arschmitz.me"
},
{
"name": "Chris Bracco",
"email": "chris@cbracco.me",
"url": "http://cbracco.me"
}
],
"repository": {
"type": "git",
"url": "git://github.com/jquery/css-chassis.git"
},
"bugs": "http://github.com/jquery/css-chassis/issues/",
"license": "MIT",
"scripts": {
"build": "npm install && grunt build",
"start": "grunt watch",
"test": "grunt"
},
"dependencies": {},
"devDependencies": {
"browser-perf": "1.2.3",
"chromedriver": "2.19.0",
"commitplease": "2.0.0",
"ejs-template": "0.1.0",
"grunt": "0.4.5",
"grunt-autoprefixer": "2.1.0",
"grunt-contrib-connect": "0.9.0",
"grunt-contrib-csslint": "0.5.0",
"grunt-contrib-cssmin": "0.14.0",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-watch": "0.6.1",
"grunt-csscomb": "3.0.0",
"grunt-git-authors": "2.0.0",
"grunt-html": "5.0.1",
"grunt-jsass": "1.1.0",
"grunt-jscs": "2.3.0",
"grunt-sass": "1.0.0",
"grunt-selenium-server": "0.1.2",
"grunt-svgmin": "2.0.0",
"grunt-svgstore": "0.5.0",
"load-grunt-config": "0.16.0",
"perfjankie": "1.2.2"
},
"keywords": []
}