-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 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
{
"name": "ReactTrello",
"version": "0.6.0",
"description": "A Trello client thinked in React",
"keywords": [
"JavaScript",
"SPA",
"Node.js",
"application"
],
"author": {
"name": "Giulio 'mgiulio' Mainardi",
"url": "http://mgiulio.github.io/"
},
"homepage": "http://reacttrello-mgiulio.rhcloud.com/",
"repository": {
"type": "git",
"url": "https://github.com/mgiulio/trello-react"
},
"license": "ISC",
"private": true,
"main": "dist/server.js",
"scripts": {
"start": "node dist/server.js"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"clean-css": "^3.3.9",
"express": "^4.13.3",
"fs-extra": "^0.20.1",
"keymirror": "^0.1.1",
"marked": "^0.3.5",
"moment": "^2.10.6",
"node-sass": "^3.2.0",
"object-assign": "^3.0.0",
"postcss": "^4.1.13",
"react": "^0.13.3",
"react-router": "^0.13.3",
"reactify": "^1.1.1",
"uglify-js": "^2.4.24"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
}
}