-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 786 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 786 Bytes
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": "autoclasscss",
"description": "CSS skeleton generator",
"version": "0.0.5",
"repository": {
"type": "git",
"url": "https://github.com/tenorok/autoclassCSS.git"
},
"author": {
"name": "Artem Kurbatov",
"email": "mail@tenorok.ru",
"homepage": "http://tenorok.ru"
},
"license": "MIT",
"dependencies": {
"bower": "~1.2",
"optimist": "0.6.0",
"vow": "~0.3"
},
"devDependencies": {
"mocha": "~1.13"
},
"main": "main.js",
"bin": {
"autoclasscss": "./bin/autoclasscss"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter list test/cli/",
"jsdoc": "./bower_components/jsdoc/jsdoc autoclasscss.js -d jsdoc"
}
}