-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 864 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
{
"name": "trello-person",
"version": "0.0.1",
"description": "A LESS tutorial with Grunt.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "Daniel Falabella",
"license": "ISC",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"jit-grunt": "^0.9.1",
"less": "^2.5.1"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.13.2",
"cors": "^2.7.1",
"express": "^4.13.3",
"requestify": "^0.1.17"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfala/trello-person.git"
},
"bugs": {
"url": "https://github.com/dfala/trello-person/issues"
},
"homepage": "https://github.com/dfala/trello-person#readme"
}