-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 799 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 799 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
{
"name": "talo",
"repository": {
"type": "git",
"url": "git://github.com/maccypher/talo"
},
"version": "1.0.1",
"description": "Dev boilerplate with Bower, Gulp and Live-Reload with JADE and LESS support",
"main": "index.js",
"scripts": {
"install": "./node_modules/.bin/bower update && ./node_modules/.bin/bower install",
"start": "./node_modules/.bin/gulp start",
"watch": "./node_modules/.bin/gulp watch",
"build:local": "./node_modules/.bin/gulp build:local"
},
"author": "MacCypher",
"license": "MIT",
"dependencies": {
"gulp": "^3.8.7",
"gulp-tasks": "git://github.com/mupat/gulp-tasks",
"coffee-script": "~1.8.0",
"bower": "~1.3.12"
},
"readmeFilename": "README.md",
"gitHead": "9566f0c1aa06bfbdca451c5959ad67f097c87363"
}