forked from Edicy/Behave.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 931 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
{
"name": "behave.js",
"version": "1.7.1",
"description": "A lightweight, cross browser library for adding IDE style behaviors to plain text areas",
"main": "behave.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamso/Behave.js.git"
},
"author": "Steve Ottoz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iamso/Behave.js/issues"
},
"homepage": "https://github.com/iamso/Behave.js#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-notify": "^0.4.5",
"grunt-text-replace": "^0.4.0",
"grunt-update-json": "^0.2.1",
"load-grunt-config": "^0.16.0",
"time-grunt": "^1.0.0"
}
}