-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 900 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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "lasso-string",
"title": "Lasso",
"description": "A function with methods to manipulate strings and get information about strings.",
"version": "5.4.0",
"author": {
"name": "Sean MacIsaac",
"email": "seanjmacisaac@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SeanJM/lasso.git"
},
"license": "MIT",
"keywords": [
"CommonJS",
"string",
"manipulation"
],
"main": "lasso.js",
"bugs": {
"url": "https://github.com/SeanJM/rope/issues"
},
"scripts": {
"test": "mocha lasso.min.test.js"
},
"homepage": "https://github.com/SeanJM/rope",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1"
},
"dependencies": {
"chai": "^4.1.2",
"mocha": "^3.5.0"
}
}