-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 922 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 922 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
{
"name": "snapinauth.github.io",
"version": "0.0.0",
"description": "The SnapIn public facing website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/SnapInAuth/snapinauth.github.io.git"
},
"contributors": [
{
"name": "Adam Debono",
"email": "me@adamdebono.com"
}
],
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/SnapInAuth/snapinauth.github.io/issues"
},
"homepage": "https://github.com/SnapInAuth/snapinauth.github.io",
"devDependencies": {
"load-grunt-config": "~0.19.0",
"grunt": "~0.4.5",
"grunt-babel": "~6.0.0",
"grunt-concurrent": "~2.1.0",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-sass": "~1.1.0",
"time-grunt": "~1.2.2"
}
}