-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 853 Bytes
/
package.json
File metadata and controls
29 lines (29 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
{
"name": "@settleapi/acceptance",
"version": "1.0.0",
"description": "Settle Acceptance library",
"homepage": "https://github.com/SettleAPI/settle.acceptance.js",
"repository": {
"type": "git",
"url": "git://github.com/SettleAPI/settle.acceptance.js.git"
},
"scripts": {
"build": "./node_modules/grunt-cli/bin/grunt",
"example": "python -m SimpleHTTPServer 7080",
"test": "./node_modules/grunt-cli/bin/grunt test"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-jasmine": "^2.2.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-inline-import": "^0.1.0"
},
"dependencies": {},
"publishConfig": {
"registry":"https://npm.pkg.github.com"
}
}