-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
35 lines (35 loc) · 881 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
{
"name": "screenwriter",
"version": "0.0.0",
"description": "A simple copy of Final Draft that can be used online",
"main": "app.js",
"dependencies": {
"firebase": "^2.1.0",
"gulp-browserify": "^0.5.1",
"gulp-reactify": "^1.0.2",
"react": "^0.12.2",
"react-router": "^0.11.6",
"reactfire": "^0.4.0",
"reactify": "^0.17.1"
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-plumber": "^0.6.6",
"gulp-react": "^2.0.0",
"gulp-sass": "^0.7.3",
"gulp-webserver": "^0.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/ProLoser/screenwriter.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProLoser/screenwriter/issues"
},
"homepage": "https://github.com/ProLoser/screenwriter"
}