-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 873 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 873 Bytes
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": "elq.io",
"version": "0.0.0",
"description": "Site for ELQ",
"main": "index.js",
"scripts": {
"start": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/wnr/elq.io.git"
},
"authors": [
"Lucas Wiener <lwiener@kth.se>",
"Nadan Gergeo <nadan@blimp.se>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wnr/elq.io/issues"
},
"dependencies": {
"elq": "^0.4.3",
"normalize.css": "^4.1.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-watch": "~0.6.1",
"load-grunt-tasks": "~3.2.0",
"tabs": "^0.2.0"
}
}