-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 928 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 928 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
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "angular-apm",
"version": "0.1.3",
"description": "angular module for application performance monitoring",
"main": "angular-apm.js",
"directories": {
"example": "example"
},
"dependencies": {},
"scripts": {
"test": "echo 'All ok'"
},
"keywords": [
"apm"
],
"author": "Randi Thomas",
"license": "MIT",
"devDependencies": {
"grunt-contrib-connect": "~0.5.0",
"require": "~0.5.0",
"npm": "~1.3.11",
"grunt-minified": "0.0.6",
"install": "~0.1.7",
"bower": "~1.3.9",
"grunt": "~0.4.1",
"grunt-karma": "^0.8.2",
"karma-html-reporter": "^0.2.4",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "1.0.3"
},
"repository": {
"type": "git",
"url": "git@github.com:randith/angular-apm.git"
}
}