-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
101 lines (101 loc) · 2.47 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"author": "Arnout Kazemier <[email protected]>",
"name": "square",
"description": "[square] The whole purpose of square is to provide you with building blocks to create an advanced and maintainable build system so you can streamline your development process and be more productive on a daily basis.",
"version": "1.0.3",
"homepage": "https://github.com/observing/square",
"main": "lib/square.js",
"keywords": [
"build",
"build tool",
"client",
"jake",
"make",
"square",
"tool"
],
"repository": {
"type": "git",
"url": "https://github.com/observing/square.git"
},
"bugs": {
"url": "https://github.com/observing/square/issues"
},
"scripts": {
"test": "make test"
},
"engines": {
"node": ">=0.10.0"
},
"bin": {
"square": "./bin/square"
},
"dependencies": {
"async": "0.2.x",
"canihaz": "1.0.x",
"colors": "0.6.x",
"commander": "2.1.x",
"devnull": "0.0.x",
"exon": "0.0.x",
"eventreactor": "1.0.0",
"expirable": "0.0.x",
"extendible": "0.1.x",
"lodash": "2.4.x",
"mkdirp": "0.3.5",
"nconf": "0.6.x",
"shelljs": "0.2.x",
"smithy": "0.3.x",
"which": "1.0.x",
"request": "2.30.x"
},
"devDependencies": {
"chai": "1.8.x",
"mocha": "1.16.x",
"sinon": "1.7.x",
"sinon-chai": "2.4.x",
"pre-commit": "0.0.x"
},
"canihaz": {
"active-x-obfuscator": "0.0.x",
"clean-css": "1.0.12",
"codesurgeon": "0.3.x",
"coffee-script": "1.6.x",
"csslint": "0.9.x",
"findit": "0.1.2",
"fs.notify": "0.0.x",
"github": "0.1.x",
"jade": "0.29.x",
"cheerio": "0.10.x",
"lexical-scope": "0.0.x",
"jshint": "1.1.0",
"less": "1.3.x",
"nib": "0.9.x",
"node-sass": "0.4.x",
"socket.io": "0.9.x",
"stylus": "0.32.x",
"uglify-js": "2.2.x",
"jsmin-sourcemap": "0.14.x",
"esprima": "1.0.2",
"escodegen": "0.0.x",
"esmangle": "0.0.x",
"yuglify": "0.1.x",
"sqwish": "0.2.x",
"csso": "1.3.x"
},
"configuration": {
"dist": {
"min": "./dist/release/reload.{ext}",
"dev": "./dist/debug/reload.{ext}"
}
},
"bundle": {
"static/reload.js": {
"description": "The actual library that takes care of reloading the resources"
},
"vendor/sizzle.js": {
"description": "Sizzle CSS3 selector engine",
"version": "e0ffa9e448620b19d9a2797084100418320cea01",
"latest": "https://github.com/jquery/sizzle/blob/master/sizzle.js"
}
}
}