-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 968 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 968 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
32
33
34
35
{
"name": "ns-string-builder",
"version": "1.2.1",
"description": "",
"main": "src/string-builder.js",
"scripts": {
"test": "jshint src/string-builder.js && mocha",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LuisRBarreras/string-builder.git"
},
"author": "Luis Barreras <lrbs0190@gmail.com> (http://www.iamluisbarreras.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/LuisRBarreras/string-builder/issues"
},
"homepage": "https://github.com/LuisRBarreras/string-builder#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-watch": "^1.0.0",
"jsdoc": "^3.4.3",
"jshint": "^2.9.4",
"jsonfile": "^2.4.0",
"mocha": "^3.1.2",
"sinon": "^1.17.6"
}
}