UNPKG

1 kBJSONView Raw
1{
2 "name": "rosid-handler-js",
3 "version": "3.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": "http://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-es2015": "^6.9.0",
34 "babel-preset-react": "^6.11.1",
35 "babelify": "^7.3.0",
36 "browserify": "^13.0.1",
37 "uglify-js": "^2.7.0"
38 },
39 "devDependencies": {
40 "chai": "^3.5.0",
41 "coveralls": "^2.11.9",
42 "istanbul": "^0.4.4",
43 "mocha": "^2.5.3",
44 "temp": "^0.8.3"
45 }
46}