-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
52 lines (52 loc) · 1.41 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
{
"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://[email protected]:pixelastic/meetups.pixelastic.com.git"
},
"bugs": {
"url": "https://github.com/pixelastic/meetups.pixelastic.com/issues"
},
"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",
"matchdep": "0.3.0",
"time-grunt": "0.4.0"
},
"dependencies": {
"algoliasearch": "4.11.0",
"hogan.js": "3.0.2",
"instantsearch.js": "4.36.0",
"instantsearch.css": "7.4.5",
"jquery": "2.1.4",
"lodash": "4.17.21",
"moment": "2.10.3",
"normalize.css": "3.0.1"
}
}