forked from FNLF/fnlf-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 693 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 693 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
{
"name": "fnlf-client",
"version": "0.4.2",
"description": "F/NLF Client =======================",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FNLF/fnlf-client.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/FNLF/fnlf-client/issues"
},
"homepage": "https://github.com/FNLF/fnlf-client#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-install-simple": "^1.2.1",
"grunt-ng-constant": "^2.0.0",
"grunt-subgrunt": "^1.1.0",
"grunt-wiredep": "^2.0.0",
"matchdep": "^1.0.0"
}
}