-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 KB
/
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
38
39
{
"name": "prhone-utils",
"version": "2.0.2",
"description": "Browser JavaScript utilities",
"main": "bundle/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/romelperez/prhone-utils.git"
},
"keywords": [
"browser",
"utils",
"prhone"
],
"author": "Romel Pérez (romelperez.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/romelperez/prhone-utils/issues"
},
"homepage": "https://github.com/romelperez/prhone-utils#readme",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jsdoc-to-markdown": "^1.3.6",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"build": "./node_modules/.bin/gulp",
"bundle": "./node_modules/.bin/babel src --out-dir bundle",
"docs": "jsdoc2md src/*.js > API.md"
}
}