-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.22 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.22 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
{
"name": "warlock-engine",
"version": "1.0.0-rc.1",
"description": "A flexible, extensible, best-practices build automation and management system for web projects.",
"homepage": "http://getwarlock.com",
"author": {
"name": "Warlock Team",
"url": "http://getwarlock.com"
},
"repository": {
"type": "git",
"url": "git://github.com/ngbp/warlock.git"
},
"bugs": {
"url": "https://github.com/ngbp/warlock"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ngbp/warlock/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.8"
},
"main": "index.js",
"warlock": {
"testFromPackage": "hello"
},
"dependencies": {
"findup-sync": "^0.1.3",
"highland": "^1.24.1",
"lodash.template": "^2.4.1",
"orchestrator": "~0.3.3",
"vinyl-fs": "^0.3.9",
"di": "2.0.0-pre-12",
"warlock-deepmerge": "^0.3.0"
},
"devDependencies": {
"codeclimate-test-reporter": "0.0.4",
"gulp": "^3.8.8",
"gulp-coveralls": "^0.1.3",
"gulp-istanbul": "^0.3.1",
"gulp-jshint": "^1.8.5",
"gulp-mocha": "^1.1.1",
"jshint-stylish": "^1.0.0",
"map-stream": "^0.1.0",
"rimraf": "^2.2.8",
"should": "^4.0.4",
"sinon": "^1.10.3"
}
}