-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "NLP-TAB-webapp",
"private": true,
"repository": "NLPIE/NLP-TAB-webapp",
"license": "Apache-2.0",
"devDependencies": {
"browserify": "^12.0.1",
"browserify-ngannotate": "^2.0.0",
"browserify-shim": "^3.8.13",
"chai": "^3.4.1",
"del": "^2.2.2",
"glob": "^6.0.1",
"gulp": "^3.9.0",
"gulp-cachebust": "0.0.6",
"gulp-concat": "^2.6.1",
"gulp-connect": "^2.0.5",
"gulp-htmlmin": "^1.3.0",
"gulp-install": "^0.6.0",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.4.0",
"gulp-mocha": "^2.2.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.11.0",
"gulp-streamify": "1.0.2",
"gulp-uglify": "^1.5.4",
"gulp-webserver": "^0.9.1",
"jshint": "^2.9.4",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.2.2",
"karma-sinon": "^1.0.5",
"mocha": "^2.5.3",
"sinon": "^1.17.7",
"sinon-chai": "^2.5.0",
"vinyl-buffer": "^1.0.0",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^1.1.0"
},
"browser": {
"es5-sham": "./node_modules/es5-shim/es5-sham.min.js",
"es5-shim": "./node_modules/es5-shim/es5-shim.min.js"
}
}