-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 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
{
"name": "mivhak-js",
"nicename": "Mivhak.js",
"version": "1.0.0",
"tagline": "Showcase your code, beautifully",
"description": "A jQuery plugin that lets you embed and execute code in the browser. Completely customizable, fully brandable.",
"keywords": ["jquery","jquery-plugin","code", "syntax", "highlighting"],
"url": "http://products.askupasoftware.com/mivhak-js",
"author": {
"name": "Askupa Software",
"url": "http://www.askupasoftware.com",
"email": "hello@askupasoftware.com"
},
"main": "GruntFile.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-compass": "^0.9.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-replace": "^0.7.8",
"grunt-strip-code": "^1.0.4",
"grunt-sync": "^0.5.2"
},
"repositories": [
{
"type": "svn",
"url": "http://plugins.svn.wordpress.org/mivhak/"
}
],
"dependencies": {
"grunt-ts": "^5.5.0-beta.2"
}
}