forked from kendricktan/laice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 883 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
{
"name": "laice",
"version": "1.0.0",
"description": "(Frontend) Train your own Natural Language Processor straight from your browser!",
"main": "",
"repository": {
"type": "git",
"url": "git+https://github.com/kendricktan/laice.git"
},
"author": "Kendrick Tan [email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/kendricktan/laice/issues"
},
"homepage": "https://github.com/kendricktan/laice#readme",
"dependencies": {
"babel-plugin-transform-react-jsx": "^6.8.0",
"bower": "^1.7.9",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browser": "^3.0.2",
"gulp-size": "^2.1.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-timer-mixin": "^0.13.3",
"reactify": "^1.1.1",
"request": "^2.75.0"
},
"devDependencies": {
"bower": "^1.7.9"
}
}