forked from pixelastic/meetups.pixelastic.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.27 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
{
"name": "meetups.pixelastic.com",
"version": "1.0.0",
"description": "CR de meetups et conférences auxquelles j'assiste.",
"author": "Tim \"pixelastic\" Carry",
"private": true,
"repository": {
"type": "git",
"url": "ssh://git@github.com:pixelastic/meetups.pixelastic.com.git"
},
"bugs": {
"url": "https://github.com/pixelastic/meetups.pixelastic.com/issues"
},
"engines": {
"node": "0.10.21",
"npm": "1.3.11"
},
"scripts": {
"serve": "grunt serve",
"deploy": "grunt deploy",
"build": "grunt build"
},
"devDependencies": {
"algolia-search": "1.7.1",
"glob": "4.0.4",
"grunt": "0.4.5",
"grunt-autoprefixer": "1.0.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-connect": "0.10.1",
"grunt-contrib-cssmin": "0.10.0",
"grunt-contrib-htmlmin": "0.3.0",
"grunt-contrib-sass": "0.7.4",
"grunt-contrib-uglify": "0.7.0",
"grunt-contrib-watch": "0.6.1",
"grunt-file-blocks": "0.3.0",
"grunt-filerev": "2.3.1",
"grunt-mkdir": "0.1.2",
"grunt-newer": "0.7.0",
"grunt-rsync": "0.6.2",
"grunt-shell": "1.1.2",
"grunt-userev": "0.0.6",
"lodash": "2.4.1",
"matchdep": "0.3.0",
"time-grunt": "0.4.0"
},
"dependencies": {}
}