-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1 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
{
"name": "taskmodules",
"version": "1.0.9",
"description": "Tasks wrapped in factories for easier use in special cases.",
"keywords": [
"gulp",
"task",
"modules",
"module",
"factory"
],
"repository": {
"type": "git",
"url": "git@github.com:arwidt/taskmodules.git"
},
"files": [
"index.js",
"taskmodules/"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/arwidt/taskmodules/issues",
"email": "arwidt@gmail.com"
},
"author": "Arwid Thornström (arwidt@gmail.com)",
"license": "ISC",
"maintainers": [
{
"email": "arwidt@gmail.com",
"name": "arwidt"
}
],
"dependencies": {
"taskmodule__sass": "^0.9.5"
},
"devDependencies": {
"async": "^2.6.0",
"gulp": "^3.9.1",
"jquery": "^3.3.1",
"node-sass": "^4.7.2",
"taskmodule__browserify": "^0.9.4",
"taskmodule__copy": "^1.0.5",
"taskmodule__delete": "^0.9.5"
}
}