-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.49 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.49 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "packadic-site",
"version": "0.0.11",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"Starting build\" && rm -rf bower_components node_modules && npm install && bower install && grunt build",
"postinstall": "node node_modules/bower/bin/bower install --quiet"
},
"author": "Robin Radic",
"license": "MIT",
"keywords": [
"packadic",
"framework",
"gruntplugin"
],
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/robinradic/docgen.git"
},
"bugs": {
"url": "https://github.com/robinradic/docgen/issues"
},
"dependencies": {
"angular2": "^2.0.0-alpha.37",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"body-parser": "^1.13.3",
"bower": "^1.5.3",
"browserify": "^11.1.0",
"browserify-derequire": "^0.9.4",
"chalk": "^1.1.1",
"express": "^4.13.3",
"fs-extra": "^0.22.1",
"globule": "^0.2.0",
"grunt": "^0.4.5",
"grunt-available-tasks": "^0.6.0",
"grunt-browserify": "^4.0.1",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^1.1.1",
"grunt-sass": "^1.0.0",
"grunt-sassdoc": "^2.0.1",
"grunt-subgrunt": "^0.4.5",
"grunt-ts": "^4.2.0",
"grunt-typedoc": "^0.2.2",
"grunt-typescript": "radic-forks/grunt-typescript#d61682f27e2e48df236455f97f87ff216e60b3c7",
"grunt-umd": "^2.3.3",
"grunt-wrap": "^0.3.0",
"http-server": "^0.8.0",
"jade": "^1.11.0",
"jquery": "^2.1.4",
"js-yaml": "^3.4.0",
"jsdom": "3.1.2",
"load-grunt-tasks": "^3.2.0",
"lodash": "^3.10.1",
"marked": "^0.3.5",
"mocha": "^2.1.0",
"multer": "^1.0.3",
"namp": "^0.2.25",
"node-libs-browser": "^0.5.3",
"node-mv": "^0.1.3",
"node-sass": "^3.2.0",
"optimist": "^0.6.1",
"q": "^1.4.1",
"qtip2": "^2.2.0",
"requirejs": "^2.1.20",
"sassdoc": "^2.1.15",
"serve-static": "^1.10.0",
"time-grunt": "^1.2.1",
"tmp": "0.0.27",
"tsify": "^0.11.12",
"typedoc": "^0.3.8",
"typescript": "^1.6.0-betas",
"underscore.string": "^3.2.0",
"vue": "^0.12.15",
"webpack": "^1.12.2",
"xml2js": "^0.4.12",
"yargs": "^3.23.0"
}
}