-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·38 lines (38 loc) · 1.13 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
{
"name": "StickyBoard",
"version": "0.0.1",
"description": "Collaborative environment using sticky notes",
"url" : "https://github.com/owner/project/issues",
"repository": {
"type": "git",
"url": "git://github.com/karthicashokan/StickyBoard.git"
},
"author": "Karthic Ashokan",
"main": "server.js",
"dependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"immutability-helper": "^2.0.0",
"react": "^0.14.6",
"react-addons-update": "^15.3.2",
"react-dom": "^0.14.6",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.1",
"express": "^4.13.3",
"react-draggable": "*"
},
"devDependencies": {},
"scripts": {
"dev": "webpack-dev-server --content-base src --inline --hot",
"start": "node server.js"
},
"author": "",
"license": "ISC"
}