-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.21 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.21 KB
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
{
"name": "hello-wikilist-test",
"description": "this is a killer app",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/you/yourapp.git"
},
"license": "MIT",
"author": {
"name": "your name",
"twitter": "@your_twitter_pseudo",
"url": "http://www.your.site"
},
"scripts": {
"install": "bower install"
},
"dependencies": {
"alt": "^0.16.10",
"bluebird": "^2.9.27",
"body-parser": "1.0.2",
"express": "4.1.x",
"jquery": "2.1.1",
"lodash": "^3.9.3",
"markdown": "0.5.0",
"mongoose": "3.8.x",
"node-uuid": "1.4.1",
"react": "^0.13.3",
"react-bootstrap": "^0.23.2",
"react-router": "^0.13.3",
"react-router-bootstrap": "^0.15.0",
"react-typeahead": "^1.1.3",
"synchronize": "^0.9.11",
"tf-idf-wiki-lists": "git://github.com/Wikilist-Extraction/tf-idf-wiki-lists.git",
"wiki-list-ranking": "git://github.com/Wikilist-Extraction/wiki-list-ranking.git"
},
"devDependencies": {
"babelify": "^6.1.2",
"browserify": "~3.28.2",
"grunt": "~0.4.2",
"grunt-browserify": "~1.3.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-express-server": "^0.5.1",
"grunt-react": "~0.6.0"
}
}