forked from bluefin18/NemCommunityClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 764 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
{
"name": "NemCommunityClient",
"version": "0.2.12-alpha",
"description": "NEM Community Client (NCC)\r ====================",
"private": true,
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-concurrent": "^0.5.0",
"grunt-template": "^0.2.3",
"grunt-contrib-watch": "^0.6.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/NewEconomyMovement/NemCommunityClient.git"
},
"bugs": {
"url": "https://github.com/NewEconomyMovement/NemCommunityClient/issues"
},
"homepage": "https://github.com/NewEconomyMovement/NemCommunityClient"
}