-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 920 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
{
"name": "andreorvalho.com",
"version": "1.0.0",
"description": "script to bundle assets for rails",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreorvalho/andreorvalho.com.git"
},
"keywords": [
"assets"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/andreorvalho/andreorvalho.com/issues"
},
"homepage": "https://github.com/andreorvalho/andreorvalho.com#readme",
"devDependencies": {
"6to5-core": "^3.6.5",
"6to5-loader": "^3.0.0",
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.13",
"gulp-cssimport": "^5.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.2.0",
"webpack": "^1.13.3"
}
}