-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 998 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
32
33
34
35
36
37
38
39
{
"name": "legalthings.io",
"version": "1.0.0",
"description": "LegalThings website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/legalthings/legalthings.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/legalthings/legalthings.io/issues"
},
"homepage": "https://github.com/legalthings/legalthings.io#readme",
"dependencies": {
"compress": "^0.99.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.9.0",
"gulp-concat-css": "^2.3.0",
"gulp-minify": "0.0.15",
"jquery.countdown": "^1.2.8",
"lodash": "^4.17.11",
"moment": "^2.20.1",
"moment-timezone": "^0.5.14",
"run-sequence": "^2.2.0"
},
"devDependencies": {
"gulp-babel-minify": "^0.2.0",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.0",
"pump": "^1.0.3"
}
}