-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.62 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
47
48
49
50
51
52
53
54
55
56
{
"name": "glasses-program",
"version": "1.3.0",
"description": "Glasses inventory and search program used by Global Medical Brigades chapters working in Honduras, Panama, Nicaragua",
"main": "src/app.js",
"scripts": {
"dev": "node_modules/.bin/webpack --config build/webpack.dev.js",
"build": "node_modules/.bin/webpack --config build/webpack.release.js",
"lint": "node_modules/.bin/eslint src/app; exit 0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pll33/glasses-program.git"
},
"keywords": [
"inventory",
"angular1",
"pouchdb",
"papaparse",
"csvparse",
"glasses",
"eyeglasses"
],
"author": "Peter Liu",
"license": "ISC",
"bugs": {
"url": "https://github.com/pll33/glasses-program/issues"
},
"homepage": "https://github.com/pll33/glasses-program#readme",
"private": true,
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.0",
"eslint": "^4.9.0",
"eslint-loader": "^1.9.0",
"path": "^0.12.7",
"uglifyjs-webpack-plugin": "^1.0.0",
"webpack": "^3.8.1",
"webpack-merge": "^4.1.0",
"zip-webpack-plugin": "^2.0.0"
},
"dependencies": {
"angular": "^1.5.0-rc.0",
"angular-translate": "^2.18.1",
"angular-translate-storage-cookie": "^2.18.1",
"angular-translate-storage-local": "^2.18.1",
"papaparse": "^4.1.2",
"pouchdb": ">=6.0.5",
"pouchdb-find": "^0.10.2"
}
}