-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 914 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
{
"name": "@webos/process",
"version": "0.2.0",
"description": "Creation of Dynamic Dedicated WebWorkers, definition of dependencies, promise support.",
"main": "./dist/process.js",
"scripts": {
"build": "babel --plugins transform-object-rest-spread src --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webosorg/Process.git"
},
"keywords": [
"webworker",
"process",
"thread",
"promise",
"process",
"webos"
],
"author": "SurenAt",
"license": "MIT",
"bugs": {
"url": "https://github.com/webosorg/Process/issues"
},
"homepage": "https://github.com/webosorg/Process#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {}
}