-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.49 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
{
"name": "ngComponent",
"version": "0.1.0",
"description": "Easier solution for understanding and using angular's directives",
"main": "ng-component.js",
"scripts": {
"test": "gulp travis",
"coveralls": "cat coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "https://github.com/maseh87/ngComponent.git"
},
"keywords": [
"angular",
"widget",
"directive",
"component",
"ng"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/maseh87/ngComponent/issues"
},
"homepage": "https://github.com/maseh87/ngComponent",
"devDependencies": {
"browser-sync": "^2.0.1",
"chai": "^2.0.0",
"conventional-changelog": "0.0.11",
"coveralls": "^2.11.2",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bump": "^0.2.2",
"gulp-jshint": "^1.9.2",
"gulp-load-plugins": "^0.8.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^0.3.2",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^2.1.0",
"run-sequence": "^1.0.2",
"vinyl-paths": "^1.0.0",
"yargs": "^3.5.3"
},
"dependencies": {
"karma-coverage": "^0.2.7",
"karma-coveralls": "^0.1.5",
"mocha-lcov-reporter": "0.0.2"
}
}