-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.25 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
{
"author": "Spencer Kelly <[email protected]> (http://spencermounta.in)",
"name": "website",
"description": "nlp-compromise documentation and demos",
"version": "0.0.3",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git://github.com/nlp-compromise/website.git"
},
"scripts": {
"run": "grunt",
"test": "grunt test",
"watch": "grunt watch",
"build": "grunt build"
},
"dependencies": {},
"devDependencies": {
"babel-core": "6.8.0",
"babel-loader": "6.2.4",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "^6.5.0",
"babelify": "7.2.0",
"esformatter-jsx-ignore": "^1.0.6",
"eslint-plugin-react": "^3.3.1",
"esprima-fb": "^12001.1.0-dev-harmony-fb",
"grunt": "0.4.5",
"grunt-contrib-watch": "0.6.1",
"grunt-docco": "^0.4.0",
"grunt-run": "0.5.2",
"json-loader": "^0.5.4",
"mocha": "2.4.3",
"radium": "^0.16.6",
"react": "^0.14.7",
"react-bootstrap": "^0.28.2",
"react-dom": "^0.14.7",
"react-markdown": "^2.0.1",
"react-mdl": "^1.3.0",
"react-scroll": "^1.0.2",
"react-scroll-nav": "^1.0.9",
"should": "8.2.1",
"webpack": "1.13.0"
},
"license": "MIT"
}