-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 886 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 886 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
35
36
37
38
39
40
41
42
{
"name": "james",
"version": "0.1.15",
"description": "James is a composable build tool which prefers code over configuration.",
"main": "index.js",
"scripts": {
"test": "jshint *.js **/*.js && mocha"
},
"repository": {
"type": "git",
"url": "http://github.com/leonidas/james.js.git"
},
"keywords": [
"grunt",
"james",
"build",
"cake",
"make",
"watch",
"toolchain"
],
"author": "Jarno Keskikangas <jarno.keskikangas@leonidasoy.fi>",
"license": "MIT",
"dependencies": {
"glob": "~3.1.21",
"gaze": "~0.3.3",
"mkdirp": "~0.3.5",
"coffee-script": "~1.6.1",
"q": "~0.9.1",
"readable-stream": "~1.0.0",
"colors": "~0.6.0-1",
"underscore": "~1.4.4"
},
"bin": {
"james": "bin/james"
},
"preferGlobal": true,
"devDependencies": {
"mocha": "~1.8.1",
"jshint": "~1.1.0"
}
}