-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
92 lines (92 loc) · 2.84 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "os-elements",
"version": "0.0.0-semantic-release",
"description": "Reusable Angular1 components, from Ordnance Survey",
"homepage": "http://ordnancesurvey.github.io/web-elements",
"repository": {
"type": "git",
"url": "https://github.com/OrdnanceSurvey/web-elements.git"
},
"contributors": [
"Craig Snyders <[email protected]>",
"Sobieslaw Hrehorowicz <[email protected]>"
],
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/typings install & npm run tslint & tsc & webpack & webpack --config webpack.demos.config.js",
"test": "./node_modules/.bin/karma start ./karma.config.js",
"test-ci": "./node_modules/.bin/karma start ./karma-ci.config.js",
"test-watcher": "./node_modules/.bin/karma start ./karma.config.js --no-single-run",
"tslint": "./node_modules/.bin/tslint \"src/**/*.ts\" || true",
"semantic-release": "./node_modules/.bin/semantic-release pre && npm publish && ./node_modules/.bin/semantic-release post",
"docs-deploy": "tasks/docs-deploy.sh"
},
"author": "",
"license": "MIT",
"dependencies": {
"material-design-lite": "1.1.x",
"nib": "1.1.x",
"rx": "4.0.x",
"rx-angular": "1.1.x",
"stylus-loader": "2.0.0",
"ts-loader": "0.8.x"
},
"devDependencies": {
"angular": "1.5.x",
"angular-animate": "1.5.x",
"angular-aria": "1.5.x",
"angular-material": "1.x",
"angular-messages": "1.5.x",
"angular-mocks": "1.5.x",
"angular-sanitize": "1.5.x",
"condition-circle": "1.2.x",
"css-loader": "0.23.x",
"extract-text-webpack-plugin": "1.0.x",
"html-loader": "0.4.x",
"istanbul-instrumenter-loader": "0.2.x",
"jade": "1.11.x",
"jade-html-loader": "0.0.3",
"jade-loader": "0.8.0",
"jasmine": "2.x",
"jasmine-core": "2.x",
"karma": "0.13.x",
"karma-chrome-launcher": "0.x",
"karma-coverage": "0.x",
"karma-coveralls": "1.x",
"karma-jasmine": "0.x",
"karma-jasmine-matchers": "2.x",
"karma-nested-reporter": "0.x",
"karma-phantomjs-launcher": "1.x",
"karma-sauce-launcher": "0.3.x",
"karma-sourcemap-loader": "0.x",
"karma-threshold-reporter": "0.x",
"karma-webpack": "1.x",
"less": "2.x",
"less-loader": "2.x",
"openlayers": "3.x",
"phantomjs-prebuilt": "2.1.x",
"semantic-release": "4.3.x",
"style-loader": "0.13.x",
"template-html-loader": "0.0.x",
"tslint": "3.x",
"typescript": "1.8.9",
"typings": "0.x",
"webpack": "1.x"
},
"peerDependencies": {
"angular": "1.5.x",
"angular-animate": "1.5.x",
"angular-aria": "1.5.x",
"angular-material": "1.x",
"angular-messages": "1.5.x",
"angular-sanitize": "1.5.x",
"openlayers": "3.x",
"proj4": "2.x",
"rx": "4.x",
"rx-angular": "1.1.x",
"lodash": "4.x"
},
"release": {
"verifyConditions": "condition-circle"
}
}