-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 756 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 756 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
32
33
34
{
"name": "typesheet",
"author": "Sam Macpherson <sam.mack91@gmail.com>",
"description": "A utility to generate strongly typed dicitonary of the css selectors available in html files",
"version": "0.9.2",
"dependencies": {
"chokidar": "^1.4.2",
"htmlparser": "^1.7.7",
"ix": "^1.0.6",
"minimist": "^1.2.0",
"mkpath": "^1.0.0",
"rx": "^4.0.8"
},
"keywords": [
"typescript",
"build tool"
],
"devDependencies": {
"typescript": "^1.7.0"
},
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/ichpuchlti/typesheet"
},
"license": "MIT",
"main": "typesheet.js",
"preferGlobal": true,
"bin": {
"typesheet" : "./bin/typesheet"
}
}