-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.01 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
{
"private": true,
"devDependencies": {
"amdrequire": "0.0.3",
"grunt": "^0.4.5",
"grunt-bower-requirejs": "^2.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-jasmine-node": "^0.3.1",
"gulp": "^3.8.8",
"jasmine-node": "^1.14.5",
"less": "^2.5.3"
},
"dependencies": {
"bootstrap-sass": "^3.0.0",
"bower": "^1.5.2",
"laravel-elixir": "^2.0.0"
},
"name": "SkillCompass",
"description": "Сайт статистики технологий программирования",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Zlob/SkillPricer.git"
},
"author": "vamakin <vamakin@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Zlob/SkillPricer/issues"
},
"homepage": "https://github.com/Zlob/SkillPricer"
}