-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 848 Bytes
/
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
{
"name": "ideabile",
"version": "0.0.0",
"description": "I start to looking for a new job so I took the opportunity for restyle my website CV. I try to build an interactive resume website with animation wich remeber me old and linear games.",
"main": "experiences.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/M3kH/ideabile.com.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/M3kH/ideabile.com/issues"
},
"homepage": "https://github.com/M3kH/ideabile.com",
"dependencies": {
"almond": "^0.3.1",
"grunt": "^0.4.4",
"grunt-concat-css": "^0.3.1",
"grunt-contrib-requirejs": "^0.4.3",
"grunt-exec": "^0.4.5",
"mobile-detect": "^0.4.3",
"requirejs": "^2.1.11"
}
}