-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 819 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 819 Bytes
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
{
"name": "bonaparte-starter-react",
"version": "0.0.1",
"description": "A Bonaparte React starter app",
"main": "index.html",
"scripts": {
"start": "webpack --watch --colors --progress"
},
"keywords": [
"bonaparte",
"bonaparte-starter",
"ux",
"ui",
"library",
"framework",
"webcomponents",
"component",
"front-end"
],
"author": {
"name" : "Dov Friedman",
"email" : "dov@dovfriedman.com"
},
"license": "ISC",
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.1.2",
"webpack": "^1.12.2"
},
"dependencies": {
"react": "^0.14.2",
"react-dom": "^0.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/bonaparte/starter-react.git"
}
}