forked from GrUSP/2019.rubyday.it
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 926 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
{
"name": "rubyday",
"version": "0.0.1",
"description": "Conference site",
"main": "index.js",
"devDependencies": {
"dustman": "^1.11.55",
"frontsize": "git+https://github.com/ideatosrl/frontsize.git#372f2a6",
"gulp": "^4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"setup": "cp ./node_modules/dustman/gulpfile.js .",
"dev": "./node_modules/.bin/gulp -S --config dustman-reactjsday.yml watch & jekyll serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GrUSP/2017.reactjsday.it.git"
},
"author": "Vittorio <[email protected]> (http://vit.to/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/GrUSP/2017.reactjsday.it/issues"
},
"homepage": "https://github.com/GrUSP/2017.reactjsday.it#readme",
"dependencies": {
"dustman": "^1.11.55",
"jquery": "^3.1.1",
"moment": "^2.17.1"
}
}