-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 932 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 932 Bytes
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": "try.js",
"version": "1.0.0",
"description": "Sexy JavaScript fault-tolerant",
"main": "src/try.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist && uglifyjs dist/try.js -o dist/try.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dayvsonlima/try.js.git"
},
"keywords": [
"try",
"fault-tolerant"
],
"author": "Dayvson Lima <dayvsonlima31@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dayvsonlima/try.js/issues"
},
"homepage": "https://github.com/dayvsonlima/try.js#readme",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "6.14.0",
"eslint": "3.4.0",
"eslint-config-airbnb": "10.0.1",
"eslint-plugin-import": "1.14.0",
"eslint-plugin-jsx-a11y": "2.2.1",
"eslint-plugin-react": "6.2.0",
"uglify-js": "2.7.3"
}
}