-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·48 lines (48 loc) · 1.04 KB
/
package.json
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
{
"name": "ngSub",
"version": "0.0.1",
"description": "HTML5 Subsonic Frontend",
"main": "index.js",
"scripts": {
"test": "vows --spec --isolate"
},
"repository": {
"type": "git",
"url": "git://github.com/ezpuzz/ngSub.git"
},
"keywords": [
"HTML5",
"Angular",
"Bootstrap",
"Music",
"Streaming"
],
"author": "Emory Petermann",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/ezpuzz/ngSub/issues"
},
"homepage": "https://github.com/ezpuzz/ngSub",
"dependencies": {
"jade": "*",
"coffee-script": "*",
"brunch": "*",
"javascript-brunch": "*",
"coffee-script-brunch": "*",
"css-brunch": "*",
"less-brunch": "*",
"stylus-brunch": "*",
"auto-reload-brunch": "*",
"uglify-js-brunch": "*",
"clean-css-brunch": "*",
"jade-angularjs-brunch": "*"
},
"devDependencies": {
"pre-commit": "0.0.7",
"vows": "^0.7.0",
"assume": "0.0.2",
"karma": "~0.9.4",
"karma-coffee-preprocessor": "~0.0.2",
"karma-ng-scenario": "~0.0.2"
}
}