-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 923 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": "cmauban.github.io",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --bail",
"start": "browser-sync start --server --directory --startPath index.html --files='index.html'",
"sass": "node-sass --output-style expanded --output css/ scss/main.scss",
"install:bower": "bower install --save",
"postinstall:bower": "wiredep --src 'src/*.html'",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cmauban/cmauban.github.io.git"
},
"author": "camillemauban",
"license": "MIT",
"bugs": {
"url": "https://github.com/cmauban/cmauban.github.io/issues"
},
"homepage": "https://github.com/cmauban/cmauban.github.io#readme",
"devDependencies": {
"bower": "^1.5.3",
"browser-sync": "^2.9.11",
"gulp": "^3.9.0",
"node-sass": "^3.3.3",
"wiredep": "^2.2.2"
}
}