-
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) · 743 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 743 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": "library",
"version": "1.0.0",
"description": "A book library with adding, editing and removing books options",
"main": "index.js",
"dependencies": {
"gulp": "^3.9.1"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-browser": "^2.1.9",
"gulp-concat": "^2.6.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-webserver": "^0.9.1",
"jquery": "^3.1.0",
"json-server": "^0.8.16",
"lodash": "^4.13.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ruben Agullo Cordoba",
"license": "ISC"
}