This repository has been archived by the owner on Aug 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
69 lines (69 loc) · 1.9 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
{
"name": "ng2-rut",
"version": "0.3.2",
"description": "RUT for Angular 2",
"main": "dist/ng2-rut.module.js",
"types": "dist/ng2-rut.module.d.ts",
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"yarn.lock"
],
"scripts": {
"demo:watch": "webpack-dev-server --progress --colors --watch --config webpack.demo.js",
"demo:dist": "webpack --progress --colors --dist --config webpack.demo.js",
"build": "rm -rf dist && ngc",
"test": "karma start karma.conf.js",
"test:watch": "npm run test -- --auto-watch --no-single-run"
},
"keywords": [
"angular2",
"rut"
],
"repository": {
"type": "git",
"url": "https://github.com/platanus/ng2-rut"
},
"bugs": {
"url": "https://github.com/platanus/ng2-rut/issues"
},
"author": "Leandro Segovia <[email protected]>",
"contributors": [
"Camilo Flores <[email protected]>",
"Guillermo Moreno <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"@angular/common": "~2.4.1",
"@angular/compiler": "~2.4.1",
"@angular/compiler-cli": "^2.4.1",
"@angular/core": "~2.4.1",
"@angular/forms": "~2.4.1",
"@angular/platform-browser": "~2.4.1",
"@angular/platform-browser-dynamic": "~2.4.1",
"@types/jasmine": "2.5.40",
"@types/requirejs": "^2.1.26",
"core-js": "^2.4.1",
"html-loader": "^0.4.3",
"jasmine-core": "^2.5.2",
"karma": "^1.1.2",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-requirejs": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"reflect-metadata": "^0.1.3",
"requirejs": "^2.3.1",
"rxjs": "^5.0.1",
"ts-loader": "^1.3.0",
"typescript": "~2.0.2",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.16.2",
"zone.js": "^0.7.2"
},
"dependencies": {
"rut-helpers": "^0.1.0"
}
}