-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 981 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": "pozition.js",
"version": "1.0.0",
"description": "Geolocation Position. Plus Promise.",
"main": "dist/pozition.js",
"scripts": {
"test": "echo NO TESTS YET",
"build": "npm run build:dev && npm run build:prod",
"build:dev": "rollup -c configs/rollup.config.dev.js",
"build:prod": "rollup -c configs/rollup.config.prod.js",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cezarlz/pozition.git"
},
"keywords": [
"position",
"geolocation",
"promise"
],
"author": "Cezar Luiz <cezarluiz.c@gmail.com> (https://github.com/cezarlz)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cezarlz/pozition/issues"
},
"homepage": "https://github.com/cezarlz/pozition#readme",
"devDependencies": {
"rollup": "^0.45.2",
"rollup-plugin-typescript2": "^0.4.6",
"rollup-plugin-uglify": "^2.0.1",
"tslib": "^1.7.1",
"typescript": "^2.4.1"
}
}