-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.08 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.08 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "demoangular",
"version": "1.0.0",
"description": "A demo for typescript with angular",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.3.6",
"awesome-typescript-loader": "0.18.0",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"google-closure-compiler": "^20160315.2.0",
"grunt": "^0.4.0",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-qunit": "^1.2.0 ",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^1.0.0",
"grunt-html2js": "^0.3.6",
"grunt-karma": "^2.0.0",
"grunt-string-replace": "^1.2.1",
"grunt-typedoc": "latest",
"grunt-webpack": "^1.0.11",
"html-loader": "^0.4.3",
"istanbul-instrumenter-loader": "^0.2.0",
"jasmine": "^2.5.2",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-coverage": "^0.5.5",
"karma-jasmine": "^0.3.8",
"karma-mocha-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-remap-istanbul": "^0.1.0",
"karma-source-map-support": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"lodash": "4.3.0",
"ng-annotate-webpack-plugin": "^0.1.2",
"ng-cache-loader": "0.0.15",
"phantomjs": "^1.9.20",
"pom-parser": "^1.1.1",
"postcss-loader": "^0.9.1",
"precss": "^1.4.0",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.1",
"typedoc": "latest",
"typescript": "1.8.7",
"url-loader": "^0.5.7",
"webpack": "1.12.14",
"webpack-dev-server": "^1.14.1",
"webpack-livereload-plugin": "^0.8.1"
},
"scripts": {
"test": "test"
},
"author": "vaso",
"license": "ISC"
}