-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 990 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 990 Bytes
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
{
"author": "",
"name": "baucis-query-builder-demo",
"version": "0.0.0",
"description": "",
"homepage": "",
"dependencies": {
"event-stream": "^3.2.1",
"gulp": "^3.8.10",
"gulp-less": "^2.0.1",
"gulp-inject": "^1.1.1",
"gulp-babel": "^5.2",
"gulp-ng-annotate": "^0.5.0",
"gulp-typescript": "^2.4.1"
},
"devDependencies": {
"angular-mocks": "^1.4.6",
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-uglify": "~0.2.5",
"jasmine-core": "^2.3.4",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-requirejs": "^0.2.2",
"phantomjs": "^1.9.18",
"requirejs": "^2.1.20"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"repository": "",
"engines": {
"node": "0.10.10"
}
}