-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (67 loc) · 1.73 KB
/
package.json
File metadata and controls
68 lines (67 loc) · 1.73 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "memoirable",
"version": "0.1.0",
"description": "A simple diary for your own",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test",
"postinstall": "typings install --global"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arnabdas/memoirable.git"
},
"keywords": [
"journal",
"diary",
"personal-diary"
],
"author": "Arnab Das <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/arnabdas/memoirable/issues"
},
"homepage": "https://github.com/arnabdas/memoirable#readme",
"dependencies": {
"brace": "^0.9.0",
"express-http-proxy": "^0.10.1",
"fbemitter": "2.0.2",
"flux": "2.1.1",
"history": "2.1.2",
"immutable": "3.8.1",
"json-loader": "^0.5.4",
"rc-calendar": "^7.4.3",
"react": "15.2.1",
"react-dom": "15.2.1",
"react-markdown": "^2.4.2",
"react-router": "2.6.1",
"fs-extra": "^0.30.0",
"handlebars": "4.0.5",
"highlight.js": "^9.0.0",
"lodash": "^4.13.1",
"marked": "^0.3.5",
"minimatch": "^3.0.0",
"progress": "^1.1.8",
"shelljs": "^0.7.0",
"typedoc-default-themes": "^0.4.0",
"typescript": "1.8.10"
},
"devDependencies": {
"config": "1.21.0",
"grunt": "0.4.5",
"grunt-connect-rewrite": "^0.2.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-webpack": "1.0.11",
"serve-index": "^1.8.0",
"serve-static": "^1.11.1",
"source-map-loader": "0.1.5",
"ts-loader": "0.8.2",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1"
}
}