-
Notifications
You must be signed in to change notification settings - Fork 147
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "scrat",
"version": "0.10.1",
"description": "Modular front-end integrated solution for mobile",
"main": "index.js",
"preferGlobal": true,
"bin": {
"scrat": "bin/scrat"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"autod": "autod"
},
"keywords": [
"scrat",
"webapp",
"framework",
"mobile",
"fis"
],
"repository": {
"type": "git",
"url": "https://github.com/scrat-team/scrat.git"
},
"dependencies": {
"fis": "~1.10.1",
"fis-lint-jshint": "~0.0.10",
"fis-optimizer-html-minifier": "~0.0.9",
"fis-parser-handlebars": "~0.0.1",
"fis-parser-handlebars-3.x": "~0.0.1",
"fis-parser-less": "~0.1.3",
"fis-parser-marked": "~0.0.6",
"fis-parser-node-sass": "~1.0.3",
"fis-postprocessor-autoprefixer": "~0.0.5",
"scrat-command-init": "~0.1.3",
"scrat-command-install": "~0.1.5-2",
"scrat-command-server": "~0.0.21",
"scrat-deploy-compress": "~0.1.1",
"scrat-parser-babel": "~0.0.1",
"scrat-parser-stylus": "~0.0.4",
"scrat-preprocessor-nightcss": "~0.1.1"
},
"author": "scrat-team",
"license": "MIT",
"devDependencies": {
"autod": "^2.6.1"
}
}