-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 931 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
{
"name": "yeahletsdothat",
"version": "1.0.0",
"description": "Yeah Let's Do That",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uwekamper/yeahletsdothat.git"
},
"author": "Uwe Kamper <info@uwekamper.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/uwekamper/yeahletsdothat/issues"
},
"homepage": "https://github.com/uwekamper/yeahletsdothat#readme",
"dependencies": {
"accounting": "^0.4.1",
"moment": "^2.10.6",
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
"devDependencies": {
"browserify": "^11.1.0",
"flux": "^2.1.1",
"gulp": "^3.9.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"object-assign": "^4.0.1",
"reactify": "^1.1.1",
"through2": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}