-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.53 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
{
"name": "angular-bootstrap-durationpicker",
"version": "0.0.1",
"description": "AngularJS duration picker directive for bootstrap",
"main": "dist/main.js",
"scripts": {
"start": "npm run build && webpack -w",
"build": "webpack -p",
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
"prepublish": "npm run build && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexneamtu/angular-bootstrap-durationpicker.git"
},
"keywords": [
"node-module",
"es6",
"webpack",
"babel",
"angular",
"duration-picker",
"duration",
"directive",
"bootstrap"
],
"author": "Alex Neamtu <[email protected]> ",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexneamtu/angular-bootstrap-durationpicker/issues"
},
"homepage": "https://github.com/alexneamtu/angular-bootstrap-durationpicker#readme",
"devDependencies": {
"angular-mocks": "^1.5.9",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"html-loader": "^0.4.4",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"webpack": "^1.13.3"
},
"dependencies": {
"angular": "^1.5.9"
}
}