-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
30 lines (30 loc) · 808 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
{
"name": "litecoin.org",
"version": "1.0.0",
"description": "hugo server --buildDrafts -w",
"main": "index.js",
"scripts": {
"start": "gulp config && gulp sass && gulp sass:watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevesloan/litecoin.org.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevesloan/litecoin.org/issues"
},
"homepage": "https://github.com/stevesloan/litecoin.org#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-sass": "^2.3.2"
},
"dependencies": {
"jquery.browser": "^0.1.0"
}
}