-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1004 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
36
37
38
39
{
"name": "frh-react-phone-lookup",
"version": "0.1.1",
"description": "React component for looking up phone book entries by name or number.",
"main": "dist/phone-lookup.js",
"scripts": {
"babelify": "babel modules/PhoneLookup.jsx --out-file dist/phone-lookup.js --source-maps"
},
"dependencies": {
"lodash": "^3.10.1",
"react": "^0.14.2",
"react-dom": "^0.14.2"
},
"devDependencies": {
"babel-preset-react": "^6.1.4",
"babel-preset-es2015": "^6.1.4",
"babel-preset-stage-1": "^6.1.2",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"vinyl-source-stream": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/FarmRadioHangar/react-phone-lookup.git"
},
"keywords": [
"react",
"react-component",
"Farm Radio International",
"phone",
"phone book",
"phonebook",
"number",
"lookup"
],
"author": "Johannes Hilden <johannes@isomorphic.co>",
"license": "BSD"
}