-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.92 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
58
59
60
61
62
63
64
65
66
{
"name": "generator-webapp",
"version": "0.1.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"app-update": "npm install && bower install && npm link",
"install-client": "bower install --allow-root && grunt build",
"start": "node index.js"
},
"author": "Paul Forbes <[email protected]>",
"dependencies": {
"compression": "^1.6.0",
"express": "^4.13.1",
"http-proxy-middleware": "^0.17.3"
},
"files": [
"generators/view"
],
"keywords": [
"yeoman-generator"
],
"devDependencies": {
"bower": "^1.8.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.0.1",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.4",
"grunt-browser-sync": "^2.2.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-symlink": "^1.0.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^18.1.0",
"grunt-exec": "^1.0.0",
"grunt-express-server": "^0.5.3",
"grunt-filerev": "^2.3.1",
"grunt-html2js": "^0.3.5",
"grunt-karma": "^0.12.1",
"grunt-mkdir": "^0.1.2",
"grunt-ng-annotate": "^2.0.2",
"grunt-ngdocs": "^0.2.9",
"grunt-notify": "^0.4.2",
"grunt-protractor-runner": "^4.0.0",
"grunt-usemin": "^3.1.1",
"grunt-wiredep": "^3.0.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.9",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-junit-reporter": "^1.1.0",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-wiredep": "^1.0.3",
"less-plugin-glob": "^1.1.1",
"phantomjs": "^1.9.17",
"yeoman-generator": "^0.21.2",
"yo": "^1.8.4"
}
}