forked from gss/gss.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 788 Bytes
/
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
{
"name": "gridstylesheets.org",
"description": "GSS website",
"version": "0.1.0",
"author": {
"name": "Dan Tocchini",
"email": "d4@rituwall.com"
},
"repository": {
"type": "git",
"url": "git://github.com/gss/gss.github.io"
},
"licenses": [
{
"type": "MIT",
"url": "undefined/blob/master/LICENSE-MIT"
}
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.6.6",
"chai": "~1.5.0",
"mocha": "~1.9.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-exec": "~0.4.2",
"component": "~0.17.6",
"grunt-contrib-watch": "~0.3.1",
"grunt-combine": "~0.8.3",
"grunt-jekyll": "~0.4.1",
"grunt-contrib-connect": "~0.6.0"
},
"keywords": [],
"scripts": {
"test": "grunt test"
}
}