-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (51 loc) · 1.38 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
{
"version": "0.1.0",
"author": {
"name": "Rick de Graaff",
"email": "[email protected]"
},
"name": "ngarise",
"prettyName": "ngarise",
"description": "Simple AngularJS loader",
"main": "dist/unminified/ngarise.js",
"license": "MIT",
"homepage": "https://rickerd.github.io/ngArise/",
"repository": {
"type": "git",
"url": "https://github.com/rickerd/ngarise"
},
"scripts": {
"test": "node node_modules/karma/bin/karma start karma.conf.js --single-run"
},
"dependencies": {
"angular": ">=1.5.0"
},
"devDependencies": {
"gulp": "^3.8.5",
"gulp-clean-css": "^2.0.12",
"gulp-compass": "^1.1.9",
"gulp-concat": "^2.2.0",
"gulp-concat-util": "^0.2.3",
"gulp-header": "^1.0.2",
"gulp-jshint": "^2.0.1",
"gulp-ng-annotate": "^0.2.0",
"gulp-ng-templates": "0.0.6",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.1.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^2.2.19",
"jshint": "^2.9.3",
"jshint-stylish": "^0.2.0",
"angular-mocks": "~1.5.x",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^0.5.5",
"karma-html-reporter": "^0.2.7",
"karma-jasmine": "^0.3.8",
"karma-ng-html2js-preprocessor": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.7"
}
}