-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.2 KB
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
40
41
42
43
44
45
46
47
48
49
{
"name": "nowplaying",
"version": "0.1.0",
"description": "Now Playing",
"main": "index.js",
"dependencies": {
"URIjs": "^1.14.1",
"backbone": "^1.1.2",
"bootstrap": "^3.3.1",
"flat-ui": "^2.1.1",
"jquery": "^2.1.3",
"underscore": "^1.7.0",
"underscore.string": "^2.4.0",
"twitter-js-client": "^0.0.5"
},
"devDependencies": {
"del": "^1.1.0",
"gulp": "^3.8.10",
"gulp-compile-handlebars": "^0.4.3",
"gulp-concat": "^2.4.2",
"gulp-connect": "^2.2.0",
"gulp-less": "^2.0.1",
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.1",
"gulp-webpack": "^1.1.2",
"handlebars": "^1.3.0",
"handlebars-loader": "^0.1.7",
"less": "^1.7.5",
"require-dir": "^0.1.0",
"script-loader": "^0.6.1",
"tcc-tractor": "git+ssh://git@stash.ci.climatedna.net:7999/web/tractor.git",
"vinyl-named": "^1.1.0",
"webpack": "^1.4.13"
},
"scripts": {
"test": "gulp test",
"start": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/jupavavi/nowplaying.git"
},
"keywords": [
"nowplaying",
"UI"
],
"author": "Juan Vallejo juan.pablo.vallejo@gmail.com",
"license": "Copyright 2015 Juan Vallejo"
}