-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.67 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
56
57
58
59
60
61
62
{
"name": "giraf",
"version": "2.0.3",
"description": "Powerful & Free GIF Creator",
"main": "main.js",
"scripts": {
"install": "./node_modules/gulp/bin/gulp.js",
"start": "./node_modules/http-server/bin/http-server ./dist -p 8080",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spring-raining/giraf.git"
},
"keywords": [
"gif"
],
"author": "spring-raining",
"copyright": "(c) spring-raining",
"license": "MIT",
"bugs": {
"url": "https://github.com/spring-raining/giraf/issues"
},
"homepage": "https://spring-raining.github.io/Giraf",
"electronName": "Giraf",
"electronVersion": "0.36.3",
"dependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.6.0",
"babel-plugin-react-intl": "^2.1.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"bourbon": "^4.2.5",
"brace": "^0.8.0",
"brfs": "^1.4.3",
"browserify": "^11.2.0",
"decimal.js": "^4.0.3",
"deep-diff": "^0.3.3",
"del": "^2.1.0",
"electron-packager": "^5.2.0",
"flux": "^2.1.1",
"gifshot": "^0.3.2",
"gulp": "^3.9.0",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.5.1",
"http-server": "~0.8.5",
"keymirror": "^0.1.1",
"lodash": "^3.10.1",
"mousetrap": "^1.5.3",
"react": "^0.14.3",
"react-ace": "^3.4.1",
"react-addons-css-transition-group": "^0.14.3",
"react-dom": "^0.14.3",
"react-inlinesvg": "~0.4.2",
"react-intl": "^2.0.1",
"react-split-pane": "0.1.15",
"run-sequence": "^1.1.5",
"ua-parser-js": "^0.7.9",
"vinyl-source-stream": "^1.1.0"
}
}