-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1009 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": "buylocal.thetyee.ca",
"version": "0.0.1",
"description": "Buy Local 2015",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:TheTyee/buylocal.thetyee.ca.org.git"
},
"author": "Phillip Smith <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheTyee/buylocal.thetyee.ca/issues"
},
"homepage": "http://buylocal.thetyee.ca",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-browser-sync": "^0.9.1",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-jekyll": "~0.4.2",
"grunt-jsbeautifier": "~0.2.7",
"grunt-open": "^0.2.3",
"less": "~1.7.1",
"load-grunt-tasks": "~0.4.0"
},
"dependencies": {
"bootstrap": "^3.3.5",
"less": "^2.5.3"
}
}