-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 881 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
36
37
{
"name": "chepollo",
"version": "1.0.8",
"description": "A simple es6 class with useful methods for dom manipulation",
"main": "dist/all.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build" : "gulp && gulp docs",
"docs": "gulp docs",
"push": "git push origin master"
},
"keywords": [
"es6",
"pollo",
"dom"
],
"author": {
"name": "Gabriele Fusi",
"url": "http://gabrielefusi.com"
},
"license": "ISC",
"repository" : {
"type" : "git",
"url" : "https://github.com/gabfusi/chepollo.git"
},
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-jsdoc-to-markdown": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7"
}
}