UNPKG

1.03 kBJSONView Raw
1{
2 "name": "rosid-handler-js",
3 "version": "6.0.0",
4 "authors": [
5 "Tobias Reich <tobias@electerious.com>"
6 ],
7 "description": "Load, transform, bundle and compress JS",
8 "main": "src/index.js",
9 "keywords": [
10 "rosid",
11 "handler",
12 "transform",
13 "compile",
14 "js",
15 "babel",
16 "browserify",
17 "uglifyjs"
18 ],
19 "license": "MIT",
20 "homepage": "https://github.com/electerious/rosid-handler-js",
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/electerious/rosid-handler-js.git"
24 },
25 "files": [
26 "src"
27 ],
28 "scripts": {
29 "coveralls": "cat ./coverage/lcov.info | coveralls",
30 "test": "istanbul cover _mocha"
31 },
32 "dependencies": {
33 "babel-preset-latest": "^6.16.0",
34 "babel-preset-react": "^6.11.1",
35 "babelify": "^7.3.0",
36 "browserify": "^13.0.1",
37 "loose-envify": "^1.3.0",
38 "uglify-js": "^2.7.0"
39 },
40 "devDependencies": {
41 "chai": "^3.5.0",
42 "coveralls": "^2.11.9",
43 "istanbul": "^0.4.4",
44 "mocha": "^3.0.0",
45 "temp": "^0.8.3"
46 }
47}