-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
49
50
51
52
{
"name": "Budget2014",
"version": "0.1.0",
"description": "Budget2014",
"homepage": "https://github.com/code4hk/budget2014",
"main": "scripts/webserver.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/code4hk/budget2014.git"
},
"author": "Code4HK <[email protected]>",
"license": "MIT",
"devDependencies": {
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.4",
"karma-ng-scenario": "~0.1.0",
"gulp": "~3.5.0",
"gulp-util": "~2.2.13",
"gulp-watch": "~0.5.0",
"gulp-uglify": "*",
"gulp-less": "1.2.*",
"gulp-imagemin": "~0.1.4",
"gulp-livereload": "~0.3.1",
"gulp-concat": "2.1.*",
"gulp-bower": "0.0.2",
"gulp-clean":"*",
"event-stream":"*",
"tiny-lr": "~0.0.5",
"requirejs": "*",
"mocha": "*",
"chai": "*",
"gulp-requirejs": "*",
"gulp-usemin": "*",
"gulp-rev": "~0.2.1"
},
"bugs": {
"url": "https://github.com/code4hk/budget2014/issues"
}
}