forked from bitovi/syn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 853 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
{
"name": "Syn",
"author": {
"name": "Bitovi",
"email": "[email protected]",
"web": "http://bitovi.com/"
},
"repository": {
"type": "git",
"url": "[email protected]:bitovi/syn.git",
"github": "https://github.com/bitovi/syn"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-connect": "0.5.x",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-exec": "0.4.2",
"steal": "https://github.com/bitovi/steal-build/tarball/master",
"testee": "0.0.x",
"bower": "1.2.x",
"grunt-contrib-jshint": "^0.8.0",
"grunt-jsbeautifier": "^0.2.6"
},
"scripts": {
"test": "grunt test",
"postinstall": "node_modules/bower/bin/bower install"
}
}