-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 734 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 734 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
{
"name": "angular-echonest",
"description": "Echonest adapter for AngularJS.",
"version": "0.2.6",
"author": "Maciej Podsiedlak <maciej.podsiedlak@gmail.com>",
"main": "angular-echonest.js",
"repository": {
"type": "git",
"url": "https://github.com/kraku/angular-echonest"
},
"dependencies": {
"grunt-contrib-connect": "0.2.0",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-copy": "*",
"karma": "~0.12.0",
"grunt-karma": "~0.8.2",
"karma-jasmine": "~0.2.2",
"karma-phantomjs-launcher": "~0.1.2"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.config.js --no-auto-watch --single-run --reporters=dots --browsers=PhantomJS"
}
}