-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.3 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.3 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
{
"name": "ask-eccles-mosque",
"version": "1.0.2",
"description": "Alexa, ask Eccles Mosque",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"package": "NODE_ENV=production && cp package.json src/ && cd src && rm -rf node_modules && npm i --production && npm prune && npm pack && cd -",
"clean": "rm -rf *.zip *.tgz .webpack"
},
"keywords": [
"alexa",
"skill",
"fact",
"Prayer",
"Times",
"Schedule"
],
"author": "Azizur Rahman (@azizur)",
"license": "MIT",
"private": true,
"dependencies": {
"alexa-sdk": "^1.0.6",
"babel-runtime": "^6.23.0",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"request": "^2.81.0"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"eslint": "^4.3.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"glob": "^7.1.2",
"serverless-webpack": "^2.0.0",
"webpack": "^3.4.1",
"webpack-node-externals": "^1.6.0",
"zip-webpack-plugin": "^2.0.0"
}
}