-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.28 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.28 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
{
"name": "necromancy",
"version": "0.5.3",
"title": "Necromancy",
"description": "Necromancy",
"repository": {
"type": "git",
"url": "https://github.com/infinityplusone/necromancy.git"
},
"author": "Jonathan \"Yoni\" Knoll",
"license": "LicenseRed-README.md",
"private": true,
"main": "main.js",
"devDependencies": {
"colors": "^1.1.2",
"grunt": "~0.4.5",
"lodash": "^3.10.1"
},
"bundledDependencies": {
"bones": "github:infinityplusone/bones",
"hippo": "github:infinityplusone/hippo",
"colors": "^1.1.2",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-less": "~1.1.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-prompt": "^1.3.3",
"grunt-simple-watch": "^0.1.3",
"less-plugin-autoprefix": "^1.5.1",
"lodash": "^3.10.1"
},
"dependencies": {
"bones": "github:infinityplusone/bones",
"hippo": "github:infinityplusone/hippo",
"colors": "^1.1.2",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-less": "~1.1.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-prompt": "^1.3.3",
"grunt-simple-watch": "^0.1.3",
"less-plugin-autoprefix": "^1.5.1",
"lodash": "^3.10.1"
}
}