forked from jsdelivr/www.jsdelivr.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "beta-jsdelivr-com",
"version": "0.1.0",
"dependencies": {
"algolia-search": "1.6.2",
"bluebird": "2.3.10",
"compression": "1.2.0",
"express": "4.10.1",
"fs-readdir-recursive": "0.0.2",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-browserify": "3.1.0",
"grunt-jsbeautifier": "0.2.7",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-cssmin": "0.10.0",
"grunt-contrib-less": "0.12.0",
"grunt-contrib-uglify": "0.6.0",
"grunt-filerev": "2.1.1",
"grunt-spritesmith": "2.20.0",
"grunt-uncss": "0.3.7",
"grunt-usemin": "2.5.1",
"ini": "1.3.0",
"is-bot": "0.0.1",
"lodash": "2.4.1",
"morgan": "1.4.1",
"native-dns": "0.7.0",
"node-logentries": "0.1.4",
"ractive": "0.6.0",
"ractive-load": "0.4.0",
"ractive-render": "0.3.1",
"ractify": "git://github.com/MartinKolarik/node-ractify.git#jsdelivr",
"serve-favicon": "2.1.6"
},
"scripts": {
"start": "grunt && node app/app.js",
"postinstall": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/jsdelivr/beta.jsdelivr.com.git"
}
}