-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 804 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 804 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
{
"name": "jray",
"version": "0.0.3",
"description": "watch your javascript running in real time",
"main": "index.js",
"dependencies": {
"coffee-script": "~1.7.1",
"jade": "~1.3.0",
"gulp": "~3.5.6",
"gulp-ngmin": "~0.1.2",
"gulp-coffee": "~1.4.1",
"gulp-concat": "~2.2.0",
"gulp-stylus": "~0.1.0",
"gulp-uglify": "~0.2.1",
"gulp-connect": "~2.0.4",
"gulp-jade": "~0.4.2",
"streamqueue": "0.0.6",
"gulp-angular-templatecache": "~1.1.1"
},
"authors": ["Ben Wiklund <ben@daisyowl.com>"],
"scripts": {
"test": "echo \"Yeah... about that...\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/bwiklund/jray.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bwiklund/jray/issues"
}
}