-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
{
"name": "ngWidget",
"version": "1.0.0",
"description": "Easier solution for understanding and using angular's directives",
"main": "ng-widget.js",
"scripts": {
"test": "gulp travis"
},
"repository": {
"type": "git",
"url": "https://github.com/maseh87/ngWidget.git"
},
"keywords": [
"angular",
"widget",
"directive",
"component",
"ng"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/maseh87/ngWidget/issues"
},
"homepage": "https://github.com/maseh87/ngWidget",
"devDependencies": {
"browser-sync": "^2.0.1",
"chai": "^2.0.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.4.0",
"gulp-load-plugins": "^0.8.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-ngmin": "^0.3.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-util": "^3.0.3",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-coffee-preprocessor": "^0.2.1",
"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"
}
}