-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.2 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "ff-kit",
"version": "0.0.1",
"description": "",
"main": "index.html",
"window": {
"position": "center",
"width": 400,
"height": 500,
"_toolbar": false,
"_frame": false,
"_show": false
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Sinewyk/ff-kit.git"
},
"author": "Sinewyk",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sinewyk/ff-kit/issues"
},
"homepage": "https://github.com/Sinewyk/ff-kit",
"devDependencies": {
"bluebird": "^2.3.4",
"browserify": "^7.0.0",
"envify": "^3.2.0",
"gulp": "^3.8.10",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.1.0",
"gulp-util": "^3.0.1",
"istanbul": "^0.3.5",
"mocha": "^2.0.1",
"reactify": "^0.17.1",
"should": "^4.3.1",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.1"
},
"dependencies": {
"bluebird": "^2.3.11",
"jed": "^1.1.0",
"jed-gettext-parser": "^1.0.0",
"jquery": "^2.1.1",
"moment": "^2.8.4",
"react": "^0.12.1",
"react-router": "^0.11.4",
"reflux": "^0.2.1",
"request": "^2.50.0",
"underscore": "^1.7.0"
}
}