-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.78 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "osel-search",
"version": "0.0.4-republshed",
"description": "AngularJS implementation of a flexible search box by OS Elements",
"main": "dist/os-search.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo 'tests disabled' && exit 0",
"build": "./node_modules/.bin/grunt dist",
"semantic-release": "./node_modules/.bin/semantic-release pre && npm publish && ./node_modules/.bin/semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/OrdnanceSurvey/os-search.git"
},
"keywords": [
"Ordnance Survey",
"Ordnance",
"OS",
"angularjs",
"search",
"os-search"
],
"author": "Craig Snyders <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OrdnanceSurvey/os-search/issues"
},
"homepage": "https://github.com/OrdnanceSurvey/os-search",
"devDependencies": {
"condition-circle": "^1.2.0",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-concurrent": "^2.0.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-timer": "^0.6.0",
"jasmine-reporters": "^2.0.7",
"last-release-git-tag": "craigsnyders/last-release-git-tag#feat-initial-implementation",
"semantic-release": "^4.3.5"
},
"dependencies": {
"grunt-cli": "^1.2.0",
"mime": "^1.3.4"
},
"peerDependencies": {
"angular": "^1.5.8 <1.6",
"angular-material": "^1.1.1",
"rx": "^4.1.0",
"rx-angular": "^1.1.3"
},
"release": {
"verifyConditions": "condition-circle",
"getLastRelease": "last-release-git-tag",
"branch": "master"
}
}