This repository was archived by the owner on Apr 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.49 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.49 KB
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
53
{
"name": "ideal-postcodes-core",
"version": "1.0.0",
"description": "Ideal Postcodes core frontend javascript library",
"main": "dist/ideal-postcodes-core.min.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test",
"build": "./node_modules/gulp/bin/gulp.js",
"lint": "./node_modules/gulp/bin/gulp.js lint",
"ci": "./node_modules/gulp/bin/gulp.js ci",
"test_server": "./node_modules/gulp/bin/gulp.js webserver"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ideal-postcodes/ideal-postcodes-core.git"
},
"keywords": [
"UK",
"Address",
"Postcode",
"Search",
"Ideal Postcodes"
],
"author": "Ideal Postcodes",
"license": "MIT",
"bugs": {
"url": "https://github.com/ideal-postcodes/ideal-postcodes-core/issues"
},
"homepage": "https://ideal-postcodes.co.uk/",
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "~6.24.1",
"gulp": "~3.9.1",
"gulp-babel": "~6.1.2",
"gulp-header": "~1.8.2",
"gulp-server-livereload": "~1.9.2",
"gulp-tsc": "~1.3.2",
"gulp-tslint": "~8.1.2",
"gulp-uglify": "~3.0.0",
"jasmine": "~2.8.0",
"karma": "~1.7.1",
"karma-browserstack-launcher": "~1.3.0",
"karma-chrome-launcher": "~2.2.0",
"karma-firefox-launcher": "~1.0.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-ajax": "~0.1.13",
"lodash": "~4.17.4",
"optimist": "~0.6.1",
"run-sequence": "~2.2.0",
"tslint": "~5.8.0",
"typescript": "~2.6.1"
}
}