-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
47 lines (47 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
{
"name": "pulsar-reporting-ui",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/pulsarIO/pulsar-reporting-ui.git"
},
"config": {
"filename": "pulsar-reporting-ui"
},
"devDependencies": {
"connect": "^3.4.0",
"grunt": "^0.4.5",
"grunt-banner": "^0.6.0",
"grunt-bower-task": "^0.4.0",
"grunt-cli": "^0.1.13",
"grunt-continue": "^0.1.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "~0.9.1",
"grunt-gh-pages": "^0.10.0",
"grunt-html2js": "^0.3.2",
"grunt-karma": "^0.11.2",
"grunt-ngdocs": "^0.2.8",
"grunt-text-replace": "^0.4.0",
"grunt-usemin": "^3.0.0",
"grunt-zip": "^0.17.1",
"http-proxy": "^1.11.1",
"jasmine-core": "^2.3.4",
"karma": "^0.12.31",
"karma-angular-filesort": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.4.2",
"karma-firefox-launcher": "^0.1.6",
"karma-htmlfile-reporter": "^0.2.2",
"karma-jasmine": "^0.3.6",
"karma-junit-reporter": "^0.3.3",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.2.0",
"lodash": "^3.10.1",
"phantomjs": "^1.9.17",
"serve-static": "^1.10.0"
}
}