-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.33 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.33 KB
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
57
{
"name": "atomify",
"version": "7.3.1",
"description": "Atomic web development - Combining the power of npm, Browserify, Rework and more to build small, fully encapsulated client side modules",
"main": "index.js",
"bin": {
"atomify": "bin/atomify.js"
},
"scripts": {
"test": "tape test/*.js | tspec"
},
"repository": {
"type": "git",
"url": "https://github.com/atomify/atomify.git"
},
"keywords": [
"atomic",
"atomify",
"browser",
"browserify",
"server",
"templates",
"css",
"less",
"rework"
],
"contributors": [
"Daniel Erickson <[email protected]> (http://techwraith.com/)",
"Ben Clinkinbeard <[email protected]> (http://benclinkinbeard.com/)"
],
"license": "MIT",
"----dependencyNotes----": {
"gaze": "0.6 is greatly broken on *nix"
},
"dependencies": {
"ansi-to-html": "^0.3.0",
"atomify-css": "^3.2.1",
"atomify-js": "^4.7.3",
"browser-sync": "^2.7.1",
"open": "0.0.5",
"prettify-error": "^0.1.1",
"st": "^0.5.3",
"style-format": "0.0.0",
"subarg": "^1.0.0",
"through": "^2.3.7",
"tiny-lr-fork": "0.0.5",
"write-to-path": "^1.1.0"
},
"devDependencies": {
"eslint": "^0.21.2",
"tap-spec": "^3.0.0",
"tape": "^4.0.0"
},
"peerDependencies": {
"resrcify": "^1.0.1"
}
}