-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.46 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.46 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
{
"name": "packadic-theme",
"version": "0.2.0",
"description": "Packadic theme",
"main": "lib/index.js",
"scripts": {
"test2": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- -R spec",
"test": "grunt --gruntfile Gruntfile.tests.js",
"jsdoc": "node_modules/.bin/jsdoc --package package.json --readme README.md --configure .jsdoc.json --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/packadic/theme"
},
"keywords": [
"theme"
],
"author": "Robin Radic",
"license": "MIT",
"bugs": {
"url": "https://github.com/packadic/theme/issues"
},
"homepage": "https://github.com/packadic/theme",
"devDependencies": {
"async": "~0.9.0",
"eventemitter": "~0.3.3",
"eventemitter2": "~0.4.14",
"fs-extra": "~0.20.0",
"globule": "~0.2.0",
"grunt": "~0.4.5",
"grunt-available-tasks": "~0.5.4",
"grunt-bootlint": "~0.7.0",
"grunt-changelog": "~0.3.0",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-jade": "~0.14.1",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-devtools": "~0.2.1",
"grunt-filerev": "~2.1.2",
"grunt-lodash": "~0.4.0",
"grunt-lodash-autobuild": "~0.3.0",
"grunt-newer": "~1.1.0",
"grunt-shell": "~1.1.1",
"grunt-string-replace": "~1.0.0",
"jade": "~1.9.2",
"js-yaml": "~3.2.6",
"load-grunt-tasks": "~3.1.0",
"lodash": "~3.2.0",
"lodash-cli": "~3.2.0",
"marked": "~0.3.3",
"preprocess": "~2.1.1",
"requirejs": "~2.1.16",
"rimraf": "~2.2.8",
"sassyjson": "~1.1.8",
"time-grunt": "~1.0.0",
"uglify-js": "~2.4.16",
"underscore.string": "~3.0.3",
"grunt-preprocess": "~4.1.0",
"typescript": "~1.4.1",
"qunitjs": "~1.18.0",
"bootstrap-gtreetable": "git://github.com/gilek/bootstrap-gtreetable.git#v2.2.1-alpha",
"glob": "~4.3.5",
"is-my-json-valid": "~2.4.0",
"jquery": "~2.1.3",
"jquery-ui": "~1.10.5",
"markdown-toc": "~0.6.3",
"moment": "~2.9.0",
"node-hooked-changelog": "0.0.6",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-typescript": "~0.6.1",
"grunt-browserify": "~3.7.0",
"object-assign": "~3.0.0",
"each-async": "~1.1.1",
"jsdoc": "~3.3.2",
"amdefine": "~0.1.1",
"tmp": "0.0.26"
},
"dependencies": {
"node-sass": "^3.2.0"
}
}