-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.44 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
{
"name": "clulib",
"version": "3.8.0",
"description": "closure-library utilities",
"homepage": "https://github.com/b-strauss/clulib",
"bugs": "https://github.com/b-strauss/clulib/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/b-strauss/clulib.git"
},
"keywords": [
"javascript",
"library",
"closure",
"closure-library",
"closure-compiler",
"es6",
"es2015"
],
"private": true,
"scripts": {
"create-package": "./node_modules/.bin/gulp create-package",
"compile": "./node_modules/.bin/gulp compile",
"compile-debug": "./node_modules/.bin/gulp compile --debug",
"deps": "./node_modules/.bin/gulp deps",
"lint": "./node_modules/.bin/eslint \"./src/**\" \"./test/**\" \"./testing/**\" browsers.conf.js gulpfile.js karma.conf.js",
"test": "./node_modules/.bin/karma start karma.conf.js"
},
"pre-commit": [
"lint"
],
"devDependencies": {
"eslint": "5.3.0",
"fs-extra": "7.0.0",
"google-closure-compiler": "20180716.0.1",
"google-closure-library": "20180716.0.0",
"gulp": "3.9.1",
"gulp-sourcemaps": "2.6.4",
"gulp-util": "3.0.8",
"jasmine": "3.1.0",
"jasmine-core": "3.1.0",
"karma": "2.0.5",
"karma-chrome-launcher": "2.2.0",
"karma-jasmine": "1.1.2",
"karma-sauce-launcher": "1.2.0",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.32",
"pre-commit": "1.2.2"
}
}