-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 766 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 766 Bytes
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
{
"name": "ricecoder.github.io",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "browser-sync start --server --directory --files='src/index.html'",
"sass": "node-sass --output-style expanded --output src/css/ src/scss/main.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ricecoder/ricecoder.github.io.git"
},
"author": "Lacey Rice",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ricecoder/ricecoder.github.io/issues"
},
"homepage": "https://github.com/Ricecoder/ricecoder.github.io#readme",
"dependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3"
},
"devDependencies": {
"bower": "^1.5.3",
"gulp": "^3.9.0"
}
}