-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 856 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 856 Bytes
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
{
"name": "codecards",
"version": "0.0.0",
"description": "My blog to save useful code snippets",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Poplava/codecards.git"
},
"author": "Igor Poplavsky",
"license": "BSD",
"dependencies": {
"express": "~3.4.8",
"mongoose": "^3.8.8",
"bower": "~1.2.8",
"underscore": "~1.5.2",
"jade": "~1.1.5"
},
"readmeFilename": "README.md",
"gitHead": "d8950f57e496a49ec8bd6621d583e0424cd07890",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-bower-install": "~1.0.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-newer": "^0.6.1",
"grunt-express-server": "^0.4.13"
},
"keywords": [
"codecards"
]
}