-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.83 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
{
"name": "js-task-path",
"version": "2.0.4",
"description": "A helper class to manage task-, build- and deployment-related paths more easily throughout the whole project.",
"main": "dist/js-task-path.js",
"license": "MIT",
"homepage": "https://github.com/jsopenstd/js-task-path#readme",
"repository": {
"type": "git",
"url": "git://github.com/jsopenstd/js-task-path.git"
},
"bugs": {
"url": "https://github.com/jsopenstd/js-task-path/issues"
},
"author": {
"name": "Richard King",
"email": "[email protected]",
"url": "https://github.com/richrdkng"
},
"scripts": {
"g": "node --harmony `which gulp` --gulpfile scripts/gulp/main.js",
"gulp": "npm run g",
"build": "npm run g -- tasks/build",
"test": "npm run g -- tasks/test",
"ci": "npm run g -- tasks/ci"
},
"dependencies": {
"app-root-path": "^1.2.1",
"escape-string-regexp": "^1.0.5",
"extend": "^3.0.0",
"js-lang-exception": "^1.0.2",
"js-partial-array-merge": "0.0.2",
"js-partial-default-of": "0.0.2",
"js-partial-foreach": "^1.0.5",
"js-partial-is-array": "0.0.2",
"js-partial-is-empty-string": "0.0.1",
"js-partial-is-object": "0.0.2",
"js-partial-is-present": "0.0.1",
"js-partial-is-string": "0.0.3"
},
"devDependencies": {
"assert": "^1.3.0",
"coveralls": "^2.11.9",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^3.0.0",
"gulp-sequence": "^0.4.5",
"merge2": "^1.0.2",
"semver": "^5.3.0"
},
"keywords": [
"js",
"task",
"path",
"paths",
"js.task.path",
"js-task-path",
"js-task-paths",
"javascript",
"open",
"standards",
"jsopenstd",
"josh",
"node",
"node-only"
]
}