-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.3 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.3 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "musichash",
"version": "0.0.1-dev",
"description": "Beatport music via Youtube",
"main": "public/assets/js/musichash.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/MusicHash/musichash.git"
},
"author": "Oleg Glozman",
"license": "MIT",
"bugs": {
"url": "https://github.com/MusicHash/musichash/issues"
},
"homepage": "https://github.com/MusicHash/musichash",
"devDependencies": {
"angular": "~1.4.7",
"angular-animate": "~1.4.7",
"angular-cookies": "~1.4.7",
"angular-loading-bar": "~0.8.0",
"angular-local-storage": "~0.2.2",
"angular-motion-sass": "~0.0.1",
"angular-resource": "~1.4.7",
"angular-route": "~1.4.7",
"angular-sanitize": "~1.4.7",
"angular-strap": "~2.3.1",
"babel-loader": "5.3.2",
"bootstrap-additions": "~0.3.1",
"bootstrap-material-design": "github://FezVrasta/bootstrap-material-design",
"bootstrap-sass": "~3.3.5",
"bootstrap-validator": "~0.9.0",
"bootstrap3-typeahead": "github://bassjobsen/Bootstrap-3-Typeahead",
"exports-loader": "~0.6.2",
"expose-loader": "~0.7.0",
"font-awesome": "4.3.0",
"grunt": "^0.4.5",
"grunt-banner": "0.3.1",
"grunt-bump": "0.3.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-imagemin": "0.9.4",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-sass": "0.9.2",
"grunt-contrib-uglify": "0.9.1",
"grunt-contrib-watch": "0.6.1",
"grunt-filerev": "2.3.1",
"grunt-html-snapshot": "git://github.com/yourivdlans/grunt-html-snapshot.git#ym-patches",
"grunt-jsonlint": "1.0.4",
"grunt-ng-constant": "1.1.0",
"grunt-phpunit": "~0.3.6",
"grunt-webpack": "1.0.11",
"html-loader": "0.3.0",
"imports-loader": "~0.6.3",
"jquery": "2.1.4",
"load-grunt-config": "0.16.0",
"load-grunt-tasks": "3.1.0",
"material-design-iconic-font": "~2.1.2",
"native-promise-only": "0.7.8-a",
"ng-ipsum": "github://adamczak/ng-ipsum",
"roboto-fontface": "~0.4.2",
"script-loader": "~0.6.1",
"time-grunt": "1.0.0",
"url-loader": "0.5.6"
},
"jsdomVersions": {
"node": "3.1.2",
"iojs": "5.3.0"
}
}