forked from scrat-team/scrat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 862 Bytes
/
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
{
"name": "scrat",
"version": "0.2.5-2",
"description": "uc front-end integrated solution",
"main": "index.js",
"preferGlobal": true,
"bin": {
"scrat": "bin/scrat"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [ "fis", "uc" ],
"repository": {
"type": "git",
"url": "https://github.com/fouber/scrat.git"
},
"dependencies": {
"fis": "1.7.14",
"scrat-command-init" : "0.1.1-5",
"scrat-command-install" : "0.1.5-2",
"scrat-command-server" : "0.0.11",
"scrat-parser-stylus" : "0.0.4",
"fis-lint-jshint": "0.0.9",
"fis-parser-marked": "0.0.5",
"fis-parser-handlebars" : "0.0.1",
"fis-optimizer-html-minifier": "0.0.9"
},
"author": "fouber",
"license": "MIT"
}