forked from observing/square
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.6 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.6 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
58
59
60
61
62
63
64
{
"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": "0.0.6"
, "author": "Arnout Kazemier <opensource@observe.it>"
, "keywords": [
"build"
, "build tool"
, "client"
, "jake"
, "make"
, "square"
, "tool"
]
, "repository": {
"type": "git"
, "url": "https://github.com/observing/square.git"
}
, "dependencies": {
"async": "0.1.22"
, "canihaz": "0.0.x"
, "codesurgeon": "0.3.2"
, "colors": "0.6.0-1"
, "commander": "0.6.1"
, "devnull": "0.0.9"
, "eventreactor": "0.0.6"
, "findit": "0.1.2"
, "npm": "1.1.32"
, "shelljs": "0.0.6pre2"
, "sugar": "1.2.5"
, "uglify-js": "1.3.0"
, "underscore": "1.3.3"
}
, "canihaz": {
"active-x-obfuscator": "0.0.1"
, "coffee-script": "1.3.3"
, "csslint": "0.9.8"
, "github": "0.1.3"
, "jade": "0.26.3"
, "jsdom": "0.2.14"
, "jshint": "0.7.1"
, "less": "1.3.0"
, "nib": "0.5.0"
, "request": "2.9.202"
, "sass": "0.5.0"
, "socket.io": "0.9.6"
, "stylus": "0.27.2"
, "watch": "0.5.1"
}
, "devDependencies": {
"should": "0.6.3"
, "mocha": "1.2.1"
}
, "scripts": {
"test": "make test"
}
, "preferGlobal": true
, "engines": {
"node": ">=0.8.0"
}
, "bin": {
"square": "./bin/square"
}
}