-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
{
"name": "ui-bootstrap-seed",
"version": "0.1.0",
"gaigCDN": "//cdn.gaic.com/cdn/ui-bootstrap",
"uiBootstrapVersion": "0.48.0-SNAPSHOT",
"description": "Client seed for GAIG uiBootstrap AngularJs applications",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://[email protected]/dkrottsgaig/ui-bootstrap-seed.git"
},
"license": "MIT",
"devDependencies": {
"gulp": "~3.8.7",
"gulp-less": "~1.3.5",
"gulp-frep": "~0.1.3",
"gulp-sourcemaps": "~1.1.4",
"rimraf": "~2.2.8",
"gulp-webserver": "~0.7.2",
"vinyl-source-stream": "~0.1.1",
"exorcist": "~0.1.6",
"watchify": "~1.0.2",
"vinyl-buffer": "0.0.0",
"gulp-util": "~3.0.1",
"gulp-uglify": "~1.0.1",
"run-sequence": "~0.3.6",
"gulp-flatten": "0.0.2",
"gulp-rename": "^1.2.0",
"karma": "^0.12.21",
"karma-chrome-launcher": "~0.1.2",
"karma-mocha": "^0.1.4",
"karma-mocha-debug": "^0.1.2",
"karma-mocha-reporter": "~0.2.7",
"karma-sinon-chai": "~0.2.0",
"karma-commonjs": "0.0.11",
"karma-coverage": "^0.2.6",
"browserify": "^5.11.0"
}
}