-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 892 Bytes
/
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
{
"name": "lodash-form-collector",
"version": "0.0.4",
"description": "a form collector package powered by lodash",
"main": "dist/bundle.js",
"directories": {
"example": "examples"
},
"scripts": {
"build": "babel ./src --out-file ./dist/bundle.js --source-maps"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crapthings/lodash-form-collector.git"
},
"keywords": [
"form"
],
"author": "crapthings",
"license": "MIT",
"bugs": {
"url": "https://github.com/crapthings/lodash-form-collector/issues"
},
"homepage": "https://github.com/crapthings/lodash-form-collector#readme",
"dependencies": {
"lodash": "^4.17.11"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-preset-babili": "0.0.12",
"babel-preset-env": "^1.4.0",
"babel-preset-stage-0": "^6.24.1"
}
}