-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1005 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
{
"name": "organic-oval-examples",
"version": "0.0.0",
"description": "Example usages of the organic-oval frontend framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camplight/organic-oval-examples.git"
},
"keywords": [
"organic",
"oval",
"organic-oval",
"organic-oval-examples",
"oval-examples"
],
"author": "Camplight",
"license": "MIT",
"bugs": {
"url": "https://github.com/camplight/organic-oval-examples/issues"
},
"homepage": "https://github.com/camplight/organic-oval-examples#readme",
"dependencies": {
"organic-oval": "camplight/organic-oval"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"webpack": "^1.13.1"
}
}