-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 939 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
37
{
"name": "style-guide",
"version": "0.0.0",
"author": "Incuna",
"main": "index.js",
"repository": {
"type": "git",
"url": "/~https://github.com/incuna/style-guide"
},
"bugs": {
"url": "/~https://github.com/incuna/style-guide/issues"
},
"license": "MIT",
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "0.5.0",
"grunt-contrib-cssmin": "0.7.0",
"grunt-contrib-watch": "0.5.3",
"grunt-sass": "1.1.0",
"grunt-version": "0.3.3",
"jit-grunt": "0.9.1",
"load-grunt-tasks": "0.2.0",
"grunt-jscs": "2.8.0",
"grunt-contrib-jshint": "1.0.0"
},
"dependencies": {
"grunt-nunjucks-2-html": "3.0.0",
"grunt-svgstore": "1.0.0",
"incuna-sass": "github:incuna/incuna-sass#7.0.0",
"incuna-transitions": "github:incuna/incuna-transitions#1.6.0",
"node-bourbon": "4.2.3"
},
"scripts": {
"test": "grunt build"
}
}