-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
54 lines (54 loc) · 1.52 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "regexpress",
"version": "1.0.0",
"description": "Drag and Drop Regex",
"main": "server.js",
"scripts": {
"test": "gulp test",
"temp_test": "karma start karma.conf.js",
"devStylize": "stylus --watch client/styles/app.styl",
"browserify": "browserify client/railroadDiagrams/regexToRailroad.js -o client/bundle/bundle.js"
},
"repository": {
"type": "git",
"url": "https://github.com/RegExpress/regexpress.git"
},
"author": "tmyers <[email protected]> (http://www.tessmyers.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/RegExpress/regexpress/issues"
},
"homepage": "https://github.com/RegExpress/regexpress",
"dependencies": {
"bower": "^1.3.12",
"express": "^4.10.1",
"regexp": "^1.0.0"
},
"devDependencies": {
"browserify": "^6.2.0",
"chai": "^1.9.2",
"connect-livereload": "^0.5.0",
"del": "^0.1.3",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.4.2",
"gulp-bower": "0.0.7",
"gulp-browserify": "^0.5.0",
"gulp-concat": "^2.4.1",
"gulp-cssmin": "^0.1.6",
"gulp-inject": "^1.0.2",
"gulp-livereload": "^2.1.1",
"gulp-load-plugins": "^0.7.1",
"gulp-ng-annotate": "^0.3.4",
"gulp-rename": "^1.2.0",
"gulp-sequence": "^0.2.1",
"gulp-shell": "^0.2.10",
"gulp-stylus": "^1.3.4",
"gulp-uglify": "^1.0.1",
"karma": "^0.12.25",
"karma-jasmine": "^0.2.3",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^2.0.1",
"stylus": "^0.49.3",
"wiredep": "^2.1.0"
}
}