-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1015 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
{
"private": true,
"name": "athens",
"version": "0.0.1",
"description": "Athens tech community",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-shell": "~0.6.4",
"grunt-contrib-watch": "~0.6.1",
"grunt-open": "~0.2.3",
"grunt-contrib-connect": "~0.7.1",
"load-grunt-tasks": "^0.4.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-parallel": "^0.3.1",
"browserify": "^3.39.0",
"grunt-browserify": "^2.0.3",
"grunt-contrib-uglify": "^0.4.0",
"calendarth": "0.0.6"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/athens/meetups.git"
},
"bugs": {
"url": "https://github.com/athens/meetups/issues"
},
"keywords": [
"athens",
"ath"
],
"author": {
"name": "Athens",
"url": "http://github.com/athens"
},
"contributors": [
{
"name": "Thanasis Polychronakis"
}
],
"license": "MIT"
}