-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 976 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": "bemmer-node",
"version": "0.1.3",
"description": "Utility class to create BEM class names in Javascript",
"repository": "https://github.com/pairshaped/bemmer.git",
"files": [
"bemmer.js"
],
"main": "bemmer.js",
"dependencies": {},
"devDependencies": {
"coffee-script": "~1.9.3",
"grunt": "^0.4.5",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.5.2",
"gulp-jasmine": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-watch": "^4.3.5",
"jasmine": "^2.3.2",
"jasmine-collection-matchers": "git://github.com/mrozbarry/jasmine-collection-matchers.git#change-package-main-to-precompiled-pack",
"jasmine-core": "^2.3.4"
},
"scripts": {
"test": "jasmine-node --coffee ./spec",
"readme": "coffee readme.litcoffee",
"build": "gulp"
},
"authors": [
"Pair Shaped Inc.",
"Alex Barry <[email protected]>"
],
"license": "BSD-2-Clause"
}