-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.61 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
{
"name": "nground",
"version": "0.0.1",
"description": "nground - web starter kit",
"main": "gulpfile.js",
"contributors": [],
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": "https://github.com/jandrade/nground/issues"
},
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.0.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.5.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-imagemin": "^2.2.0",
"gulp-inject": "^1.1.1",
"gulp-jshint": "^1.9.2",
"gulp-less": "^3.0.0",
"gulp-load-plugins": "^0.8.0",
"gulp-notify": "^2.2.0",
"gulp-protractor": "0.0.12",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-storage": "^1.0.6",
"gulp-template": "^3.0.0",
"gulp-usemin": "^0.3.11",
"inquirer": "^0.8.0",
"jasmine-core": "^2.2.0",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.5",
"karma-jasmine-html-reporter": "^0.1.6",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-osx-reporter": "^0.2.0",
"karma-phantomjs-launcher": "^0.1.4",
"less": "^2.4.0",
"less-plugin-clean-css": "^1.5.0",
"require-dir": "^0.1.0",
"streamqueue": "^0.1.1",
"wiredep": "^2.2.2"
},
"scripts": {
"install": "npm install -g gulp bower karma-cli && npm install"
},
"keywords": [
"frontend",
"app"
],
"author": "Juan David Andrade <[email protected]>",
"private": true,
"license": "MIT"
}