-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·57 lines (57 loc) · 1.54 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
53
54
55
56
57
{
"name": "cmfe-app-ui",
"version": "0.0.1",
"private": true,
"description": "",
"main": "Gruntfile.js",
"scripts": {
"dev": "node expressServer.js"
},
"repository": {
"type": "git",
"url": ""
},
"author": "erundle",
"license": "Red Hat",
"devDependencies": {
"chromedriver": "2.10.0",
"envify": "^1.2.1",
"esprima": "1.2.2",
"express": "3.5.1",
"grunt": "0.4.4",
"grunt-angular-templates": "0.5.4",
"grunt-bump": "0.0.16",
"grunt-cli": "~0.1.13",
"grunt-connect-proxy": "0.1.10",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-connect": "0.7.1",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-cssmin": "0.9.0",
"grunt-contrib-htmlmin": "0.2.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-less": "0.11.0",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-watch": "0.6.1",
"grunt-exec": "0.4.6",
"grunt-karma": "0.8.2",
"grunt-newer": "0.7.0",
"grunt-ngmin": "0.0.3",
"grunt-protractor-runner": "^1.1.4",
"grunt-rev": "0.1.0",
"grunt-usemin": "2.1.1",
"jasmine-reporters": "1.0.1",
"karma": "0.12.17",
"karma-chrome-launcher": "0.1.3",
"karma-jasmine": "~0.1.5",
"karma-junit-reporter": "~0.2.2",
"karma-ng-html2js-preprocessor": "0.1.0",
"karma-ng-json2js-preprocessor": "1.0.0",
"karma-ng-scenario": "0.1.0",
"karma-phantomjs-launcher": "0.1.4",
"load-grunt-tasks": "0.4.0",
"lodash": "2.4.1",
"protractor": "1.4.0",
"request": "2.42.0"
}
}