-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
67 lines (67 loc) · 1.51 KB
/
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "ggcmaps",
"version": "1.6.2",
"private": true,
"contributors": [
{
"name": "Aston Tsou",
"email": "astontsou@gmail.com"
},
{
"name": "Carlos Pacheco",
"email": "cpacheco4983@gmail.com"
},
{
"name": "David Rivera",
"email": "david@irl.solutions",
"url": "www.irl.solutions"
},
{
"name": "Josh Gerth",
"email": "jgerth@ggc.edu"
},
{
"name": "Maggie Muse"
},
{
"name": "Mike Deiters",
"email": "mike@deiters.me",
"url": "www.deiters.me"
},
{
"name": "Nareth Seang",
"email": "nseang2@gmail.com"
}
],
"license": "GNU General Public License v3.0",
"config": {
"port": 3000,
"mount": "/mnt/dev/project",
"docker_image": "mdeiters/minimalistweb",
"image_version": "latest"
},
"scripts": {
"start": "http-server -p 3000",
"dev": "grunt dev",
"server": "grunt server",
"docker": "node .scripts/docker.js",
"purge": "docker container prune"
},
"dependencies": {
"cryptiles": ">=4.1.2",
"grunt": "^1.5.3",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-uglify-es": "github:gruntjs/grunt-contrib-uglify#harmony",
"grunt-contrib-watch": "^1.1.0",
"grunt-http-server": "^1.4.0",
"hoek": ">=4.2.1",
"install-peerdeps": "^3.0.3",
"lodash": ">=4.17.21",
"phantomjs": "^1.9.20",
"susy": "^3.0.5"
},
"devDependencies": {
"grunt-contrib-compass": "^0.8.0"
}
}