-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "CSS-Istanbul-Meetup-Website",
"version": "0.0.1",
"description": "CSS Istanbul Meetup Website",
"contributors": [
"Burak Can <neoberg@gmail.com>",
"Nesrin Kalender <kalendernesrin@gmail.com>"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.9.1",
"grunt-include-replace": "^2.0.0",
"grunt-includes": "^0.4.5",
"grunt-spritesmith": "^2.1.1"
},
"main": "gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/istanbulcssmeetup/meetup-group-website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/istanbulcssmeetup/meetup-group-website/issues"
},
"homepage": "https://github.com/istanbulcssmeetup/meetup-group-website"
}