-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 988 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 988 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
36
37
38
39
{
"name": "Solid-Recipes",
"version": "0.0.2",
"description": "Patterns and tips",
"main": "app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app"
},
"repository": {
"type": "git",
"url": "https://github.com/Solid-Interactive/Recipes.git"
},
"author": "Solid Interactive",
"license": "MIT",
"bugs": {
"url": "https://github.com/Solid-Interactive/Recipes/issues"
},
"homepage": "https://github.com/Solid-Interactive/Recipes",
"devDependencies": {
"grasshopper-admin": "0.29.15",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-prompt": "1.1.0",
"grunt-shell": "^0.7.0",
"matchdep": "^0.3.0"
},
"dependencies": {
"express": "~4.8.0",
"grasshopper-api": "0.16.8",
"highlight.js": "^8.1.0",
"jade": "^1.5.0",
"lodash": "^2.4.1",
"marked": "^0.3.2",
"q": "^1.0.1",
"ral": "^1.0.0"
}
}