-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.17 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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "lucify-embed-utils",
"license": "MIT",
"version": "0.1.1",
"description": "Utilities for embedding React components in iFrames",
"main": "lib/main.js",
"scripts": {
"start": "gulp",
"test": "exit 0",
"deploy": "lucify-deploy",
"compile": "babel --presets es2015,stage-0,react -d lib/ src/",
"prepublish": "npm run compile"
},
"engines": {
"node": "^4.2.2"
},
"homepage": "https://gitub.com/lucified/lucify-embed-utils",
"contributors": [
{
"name": "Juho Ojala",
"email": "[email protected]"
},
{
"name": "Ville Saarinen",
"email": "[email protected]"
},
{
"name": "Ville Väänänen",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/lucified/lucify-embed-utils.git"
},
"devDependencies": {
"gulp": "gulpjs/gulp#4.0",
"lucify-component-builder": "~0.3.9",
"query-string": "^3.0.0",
"react": "0.13.3",
"babel-cli": "^6.5.1",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0"
},
"peerDependencies": {
"react": "0.13.3"
}
}