-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 853 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 853 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
{
"author": "Factlink Team",
"name": "factlink-js-library",
"title": "Factlink/js-library",
"description": "Factlink's client side library",
"version": "0.2.0",
"homepage": "https://factlink.com",
"repository": {
"type": "git",
"url": "git@github.com:Factlink/js-library.git"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"grunt": "^0.4.2",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-css-url-embed": "^0.1.2",
"grunt-mocha": "^0.4.10",
"grunt-timer": "^0.5.1"
}
}