-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
36 lines (36 loc) · 1.05 KB
/
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
35
36
{
"name": "serverless-workshop-revolutionconf-2017",
"version": "0.0.1",
"description": "",
"main": "",
"scripts": {
"clean": "rimraf build-lib dist build-es coverage",
"build:examples": "./node_modules/cross-env/bin/cross-env.js BABEL_ENV=commonjs ./node_modules/babel-cli/bin/babel-node.js buildAll.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kevinold/serverless-workshop-revolutionconf-2017.git"
},
"keywords": [
"serverless"
],
"authors": [
"Kevin Old <kevinold@gmail.com> (https://github.com/kevinold)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinold/serverless-workshop-revolutionconf-2017/issues"
},
"homepage": "https://github.com/kevinold/serverless-workshop-revolutionconf-2017",
"devDependencies": {
"babel-cli": "^6.3.15",
"babel-core": "^6.3.15",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.0",
"babel-preset-env": "^1.5.1",
"babel-register": "^6.3.13",
"cross-env": "^2.0.1",
"rimraf": "^2.3.4",
"yarn": "^0.24.4"
}
}