-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 930 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
{
"name": "tsuju-utils",
"version": "0.0.2",
"description": "shared utils for javascript",
"main": "index.js",
"scripts": {
"test": "mocha",
"link": "rm -R node_modules; npm link"
},
"devDependencies": {
"browserify": "2.35.x",
"grunt": "0.4.x",
"grunt-simple-mocha": "0.4.x",
"grunt-shell": "0.5.x",
"grunt-contrib-jshint": "0.8.x",
"grunt-contrib-watch": "0.5.x",
"grunt-karma": "0.6.x",
"grunt-bumpup": "0.5.x",
"grunt-browserify": "1.3.x",
"sinon": "1.7.x",
"karma-mocha": "0.1.x",
"karma-safari-launcher": "0.1.x",
"matchdep": "0.3.x"
},
"repository": {
"type": "git",
"url": "https://github.com/jamesjwood/utils.git"
},
"author": "James Wood <[email protected]>",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "8f8be6273fad3e77d401f1cbdccf6e4d09f5a058",
"dependencies": {
"is-js": "0.1.x"
}
}