-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1006 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
34
35
36
37
38
{
"name": "react-lk",
"version": "0.0.0",
"description": "Organization website built with Javascript and React",
"main": "index.js",
"dependencies": {
"react": "^0.13.3",
"react-async": "~2.1.0",
"react-router-component": "~0.26.0",
"tiny-lr": "~0.1.6",
"director": "~1.2.8",
"react-marked": "~0.3.1",
"marked": "~0.3.5"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "~0.9.2",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-express": "~1.4.1",
"matchdep": "~0.3.0",
"grunt-browserify": "~4.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lambda-kollektiv/react-lk"
},
"author": "kordano",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/lambda-kollektiv/react-lk/issues"
}
}