-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 912 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": "todo-split-asset-pipeline",
"version": "0.1.0",
"description": "Asset pipeline for Todo Split",
"keywords": [
"todolist"
],
"author": "AI",
"license": "EPL 2.0",
"repository": "https://github.com/alephyud/todo-split",
"dependencies": {
"@fortawesome/fontawesome-free-webfonts": "^1.0.9",
"bootstrap": "^4.0.0",
"jquery": "^3.3.1"
},
"devDependencies": {
"browser-sync": "^2.23.6",
"browserify": "^16.1.1",
"coffeeify": "^3.0.1",
"coffeescript": "^2.2.3",
"css-loader": "^0.28.10",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"popper.js": "^1.14.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"uglifyify": "^4.0.5",
"vinyl-source-stream": "^2.0.0"
}
}