-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 894 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 894 Bytes
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
{
"name": "vkfox",
"version": "5.2.1",
"repository": {
"type": "git",
"url": "https://github.com/metrofun/vkfox"
},
"dependencies": {
"backbone": "~1.0.0",
"grunt": "~0.4.0",
"grunt-browserify": "~1.3.1",
"grunt-contrib-clean": "~0.4.0rc6",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "~0.1.2rc6",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-less": "~0.6.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "~0.1.4",
"grunt-env": "~0.4.0",
"grunt-messageformat": "^0.2.0",
"grunt-mozilla-addon-sdk": "~0.3.1",
"grunt-preprocess": "~3.0.1",
"grunt-usemin": "~0.1.12",
"messageformat": "^0.1.7",
"underscore": "~1.6.0",
"vow": "~0.3.12"
},
"devDependencies": {
"grunt-contrib-watch": "~0.5.3",
"grunt": "~0.4.1",
"grunt-inline-angular-templates": "~0.1.4"
}
}