-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.12 KB
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "flowsnake",
"version": "1.0.0",
"description": "Open Source library used by the Flowsnake mobile application.",
"main": "dist/flowsnake.min.js",
"module": "lib/index.js",
"scripts": {
"jest": "jest",
"test": "./node_modules/.bin/eslint lib/ && jest",
"bundle": "./node_modules/.bin/webpack"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Eldelshell/flowsnake.git"
},
"keywords": [
"metric",
"imperial",
"unit",
"conversion",
"mathematics",
"physics",
"algebra"
],
"author": "@eldelshell",
"license": "MIT",
"bugs": {
"url": "https://github.com/Eldelshell/flowsnake/issues"
},
"homepage": "https://github.com/Eldelshell/flowsnake#readme",
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-jest": "^22.1.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.17",
"eslint": "^4.16.0",
"jest": "^22.1.4",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0",
"zip-webpack-plugin": "^2.1.0"
},
"dependencies": {
"decimal.js": "^9.0.1"
}
}