Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinCampbell committed Aug 7, 2011
1 parent 4ede48c commit 828a00b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,33 @@
"homepage": "http://sproutcore.com",
"author": "Strobe Inc., Apple, Inc., and contributors",
"version": "2.0.beta.2",

"bpm": "1.0.0",
"directories": {
"lib": "lib"
},

"dependencies": {
"spade": "~> 1.0",
"sproutcore-runtime": "2.0.beta.2",
"sproutcore-datetime": "2.0.beta.2",
"sproutcore-indexset": "2.0.beta.2"
"spade": "~> 1.0",
"sproutcore-runtime": ">= 0",
"sproutcore-datetime": "2.0.beta.2.pre",
"sproutcore-indexset": "2.0.beta.2.pre"
},

"dependencies:development": {
"spade-qunit": "~> 1.0.0"
},

"bpm:build": {

"bpm_libs.js": {
"directories": ["lib"],
"modes": "*"
"directories": [
"lib"
],
"modes": "*"
},

"sproutcore-datastore/bpm_tests.js": {
"directories": ["tests"],
"modes": ["debug"]
"directories": [
"tests"
],
"modes": [
"debug"
]
}
}
}

}

0 comments on commit 828a00b

Please sign in to comment.