-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
44 lines (44 loc) · 1.14 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
40
41
42
43
44
{
"name": "daciolo-ipsum",
"version": "1.0.0",
"description": "O melhor Ipsum para a Glória do Senhor Jesus",
"main": "daciolo.js",
"types": "daciolo.d.ts",
"scripts": {
"build": "gulp build",
"dev": "gulp",
"test": "jest --config jest.config.json --ci --runInBand --detectOpenHandles --forceExit --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrescalco/daciolo-ipsum.git"
},
"author": "Andre Scalco",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrescalco/daciolo-ipsum/issues"
},
"homepage": "https://github.com/andrescalco/daciolo-ipsum#readme",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.1.2",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.0",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-js-minify": "0.0.3",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1",
"gulp-uglify-es": "^1.0.4",
"gulp-watch": "^5.0.1",
"husky": "^1.1.1",
"jest": "^23.6.0"
},
"husky": {
"hooks": {
"pre-push": "npm test"
}
}
}