-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.44 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
{
"name": "sieveable-browser",
"version": "0.1.0",
"description": "A web-based user interface for Sieveable",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp --type dev",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sikuli/sieveable-browser.git"
},
"keywords": [
"sieveable"
],
"author": "Khalid Alharbi",
"license": "MIT",
"bugs": {
"url": "https://github.com/sikuli/sieveable-browser/issues"
},
"homepage": "https://github.com/sikuli/sieveable-browser#readme",
"devDependencies": {
"babel-core": "^5.8.23",
"babel-eslint": "^4.0.5",
"babelify": "^6.1.3",
"browserify": "^11.0.1",
"chalk": "^1.1.0",
"eslint": "^1.1.0",
"eslint-plugin-react": "^3.2.2",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-open": "^1.0.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"node-notifier": "^4.2.3",
"reactify": "^1.1.1",
"require-dir": "^0.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1"
},
"dependencies": {
"axios": "^0.5.4",
"brace": "^0.5.1",
"events": "^1.0.2",
"flux": "^2.1.1",
"material-ui": "^0.11.0",
"react": "^0.13.3",
"react-ace": "^2.1.1",
"react-router": "1.0.0-beta3",
"react-zeroclipboard": "^2.0.1"
}
}