-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.59 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
{
"_from": "git+https://github.com/MarkOdey/nivel.git",
"_id": "[email protected]",
"_inBundle": false,
"_location": "/nivel",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "nivel@git+https://github.com/MarkOdey/nivel.git",
"name": "nivel",
"escapedName": "nivel",
"rawSpec": "git+https://github.com/MarkOdey/nivel.git",
"saveSpec": "git+https://github.com/MarkOdey/nivel.git",
"fetchSpec": "https://github.com/MarkOdey/nivel.git",
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/MarkOdey/nivel.git#2b872a5088ddebe58f294ea8a3b1ce55377d94ee",
"_spec": "nivel@git+https://github.com/MarkOdey/nivel.git",
"_where": "/home/markodey/workspace/sites/audetmacom",
"author": {
"name": "Marc-Andre Audet"
},
"bundleDependencies": false,
"dependencies": {
"angular": "^1.7.5",
"moment": "^2.18.1",
"perfect-scrollbar": "^0.7.1"
},
"deprecated": false,
"description": "Website portfolio.",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-angular-templates": "^1.1.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-remove": "^0.1.0",
"grunt-sass": "^2.1.0"
},
"keywords": [
"layout",
"resize",
"frame"
],
"license": "WTFPL",
"main": "GruntFile.js",
"name": "nivel",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"setup": "npm install && grunt migrate && grunt dev"
},
"version": "0.2.0"
}