-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 770 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 770 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
{
"author": "Bash Ash",
"name": "nutrition",
"description": "Macro Tracker",
"version": "0.7.1-2",
"homepage": "",
"subdomain": "nutrition",
"contributors": [
{
"name": "Bash Ash",
"email": "ashbryanct@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/b-ash/nutrition.git"
},
"engines": {
"node": "~0.8.x"
},
"scripts": {
"start": "server.coffee"
},
"dependencies": {
"coffee-script": "1.3.3",
"javascript-brunch": "1.3.x",
"coffee-script-brunch": "1.3.x",
"css-brunch": "1.3.x",
"stylus-brunch": "1.3.x",
"handlebars-brunch": "1.3.x",
"uglify-js-brunch": "1.3.x",
"clean-css-brunch": "1.3.x",
"express": "3.0.x"
},
"devDependencies": {}
}