-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.25 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
{
"name": "jsc-linker",
"description": "Bundles JavaScript files & Templates using C++/Java-like directives",
"version": "1.0.7-alpha",
"main": "./run/grunt/linker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt upgrade:linker"
},
"homepage": "https://github.com/gheljenor/jsc-linker",
"author": {
"name": "gheljenor",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/gheljenor/jsc-linker.git"
},
"bugs": {
"url": "https://github.com/gheljenor/jsc-linker/issues"
},
"keywords": [
"javascript",
"templates",
"js-compile",
"browserify",
"build",
"make",
"package",
"preprocessor",
"util",
"gruntplugin"
],
"files": [
"src",
"run",
"tasks",
"Gruntfile.js"
],
"bin": {
"jsclinker": "run/jsclinker"
},
"license": "ISC",
"readmeFilename": "readme.md",
"dependencies": {
"colors": "^0.6.2",
"underscore": "^1.6.0",
"handlebars": "~2.0.0-alpha.2"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-copy": "^0.5.0"
}
}