-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 KB
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
{
"author": "Stefan Hellström",
"name": "slick-angular-validation",
"description": "Super easy validation for your AngularJS project",
"repository": {
"type": "git",
"url": "git://github.com/SteefTheBeef/slick-angular-validation"
},
"dependencies": {
"angular": "^1.3.14"
},
"devDependencies": {
"angular-mocks": "^1.3.14",
"coffee-script": "*",
"coffeeify": "^1.0.0",
"event-stream": "^3.2.2",
"gulp-angular-templatecache": "^1.5.0",
"gulp-browserify": "^0.5.1",
"gulp-coffee": "*",
"gulp-concat": "*",
"gulp-inject": "^1.2.0",
"gulp-karma": "*",
"gulp-less": "*",
"gulp-minify-css": "^0.5.1",
"gulp-ng-annotate": "*",
"gulp-streamify": "0.0.5",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-webserver": "^0.9.0",
"http-server": "^0.7.5",
"jasmine-core": "*",
"karma": "*",
"karma-browserify": "^4.0.0",
"karma-chrome-launcher": "*",
"karma-coffee-preprocessor": "*",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "*",
"phantomjs": "*",
"require-dir": "^0.1.0",
"stream-series": "^0.1.1",
"vinyl-source-stream": "^1.0.0",
"bower": "*",
"del": "*",
"gulp": "*"
}
}