-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 948 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "site-voot",
"description": "Web site for VOOT.",
"version": "0.1.0",
"keywords": [
"groups",
"authorization"
],
"homepage": "http://voot.org",
"author": "Andreas Åkre Solberg",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/andreassolberg/voot.git"
},
"bugs": {
"url": "https://github.com/andreassolberg/voot/issues"
},
"devDependencies": {
"bower": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-jshint": "*",
"grunt-jekyll": "*"
},
"engines": {
"node": "~0.10.1"
},
"scripts": {
"test": "grunt travis --verbose"
},
"jspm": {
"main": "js/bootstrap",
"directories": {
"example": "examples",
"lib": "dist"
},
"shim": {
"js/bootstrap": {
"imports": "jquery",
"exports": "$"
}
},
"buildConfig": {
"uglify": true
}
}
}